Skip to content

Commit 026dd8d

Browse files
authored
Merge pull request #67 from audunarn/dev
Dev
2 parents b4b4a5b + 659d80e commit 026dd8d

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed
475 KB
Binary file not shown.

ANYstructure/main_application.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -463,18 +463,18 @@ def show_message():
463463
# Toggle buttons
464464
self._toggle_btn = tk.Button(self._main_fr, text="Toggle select\nmultiple", relief="raised",
465465
command=self.toggle_select_multiple, bg = self._button_bg_color)
466-
self._toggle_change_param = tk.Button(self._main_fr, text="Change multi.\nparam.", relief="raised",
466+
self._toggle_change_param = tk.Button(self._main_fr, text="Change multi.\nparameter", relief="raised",
467467
command=self.toggle_set_variable, bg = self._button_bg_color)
468468
self._toggle_param_to_change = None
469469
self._toggle_btn.place(relx=types_start+ delta_x*4.2, rely=prop_vert_start+12.3*delta_y, relwidth = 0.045,
470-
relheight = 0.03)
470+
relheight = 0.035)
471471
self._toggle_change_param.place(relx=types_start+ delta_x*6, rely=prop_vert_start+12.3*delta_y, relwidth = 0.045,
472-
relheight = 0.03)
472+
relheight = 0.035)
473473

474474
self._toggle_choose = tk.OptionMenu(self._main_fr, self._new_toggle_var, *self._stuctural_definition,
475475
command = self.update_frame)
476476
self._toggle_choose.place(relx=types_start+ delta_x*7.8, rely=prop_vert_start+12.3*delta_y, relwidth = 0.047,
477-
relheight = 0.03)
477+
relheight = 0.035)
478478

479479
# PULS interface
480480
self._toggle_btn_puls = tk.Button(self._main_fr, text="Use PULS\n"
@@ -1070,7 +1070,7 @@ def puls_run_all_lines(self, line_given = None):
10701070
'office.\n\n'
10711071
'A sheet may be provided but does not exist'
10721072
' in :\n'
1073-
+ self._PULS_results.puls_sheet_location +
1073+
+ str(self._PULS_results.puls_sheet_location) +
10741074
'\n\n A file dialogue will pop up after this message.')
10751075
self._PULS_results.puls_sheet_location= \
10761076
tk.filedialog.askopenfilename(parent=self._main_fr,title='Set location of PULS excel sheet.')

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ include ANYstructure\images\ANYstructure_logo.jpg
2222
include ANYstructure\images\current_comps_NONE.png
2323
include ANYstructure\ship_section_example.txt
2424
include ANYstructure\ANYstructure_documentation.pdf
25-
include ANYstructure\sections.csv
25+
include ANYstructure\sections.csv
26+
include ANYstructure\bulb_anglebar_tbar_flatbar.csv

0 commit comments

Comments
 (0)