Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
manuvarkey committed Aug 8, 2024
1 parent 0a2f3b9 commit a542df9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions estimator/interface/mainwindow.glade
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.38.2 -->
<!-- Generated with glade 3.40.0 -->
<interface>
<requires lib="gtk+" version="3.18"/>
<object class="GtkLabel" id="buttonlabel_add_new_resource">
Expand Down Expand Up @@ -40,7 +40,7 @@
<property name="can-focus">False</property>
<property name="margin-start">6</property>
<property name="margin-end">6</property>
<property name="margin-top">6</property>
<property name="margin-top">12</property>
<property name="margin-bottom">6</property>
<property name="orientation">vertical</property>
<child>
Expand Down Expand Up @@ -83,7 +83,7 @@
<property name="can-focus">False</property>
<property name="margin-start">6</property>
<property name="margin-end">6</property>
<property name="margin-top">6</property>
<property name="margin-top">12</property>
<property name="margin-bottom">6</property>
<property name="orientation">vertical</property>
<child>
Expand Down
1 change: 1 addition & 0 deletions estimator/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -1010,6 +1010,7 @@ def mark_heading(textbuff, tag):
textbuffer = textview.get_buffer()
dialogBox.pack_end(scrolledwindow, False, False, 0)
scrolledwindow.add(textview)
scrolledwindow.set_border_width(6)

# Set old value
if oldval != None:
Expand Down
2 changes: 1 addition & 1 deletion pyinstaller_spec.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ added_files = [
]

a = Analysis(['gestimator.py'],
pathex=['C:\\Users\\User\\Desktop\\GEstimator'],
pathex=['C:\\Users\\User\\Documents\\GitHub\\GEstimator'],
binaries=None,
datas=added_files,
hiddenimports=[],
Expand Down

0 comments on commit a542df9

Please sign in to comment.