Skip to content

Commit 8ff99d4

Browse files
authored
Merge pull request #295 from githubdoe/issue289
Right side tabbed tools can be much smaller (250pix versus 524pix)
2 parents 039bcc4 + d8acf43 commit 8ff99d4

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

contourtools.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<rect>
77
<x>0</x>
88
<y>0</y>
9-
<width>451</width>
9+
<width>250</width>
1010
<height>497</height>
1111
</rect>
1212
</property>
@@ -18,7 +18,7 @@
1818
</property>
1919
<property name="minimumSize">
2020
<size>
21-
<width>451</width>
21+
<width>250</width>
2222
<height>411</height>
2323
</size>
2424
</property>

mainwindow.ui

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<rect>
77
<x>0</x>
88
<y>0</y>
9-
<width>1065</width>
9+
<width>667</width>
1010
<height>905</height>
1111
</rect>
1212
</property>
@@ -18,7 +18,7 @@
1818
</property>
1919
<property name="minimumSize">
2020
<size>
21-
<width>640</width>
21+
<width>250</width>
2222
<height>640</height>
2323
</size>
2424
</property>
@@ -58,8 +58,8 @@
5858
<rect>
5959
<x>0</x>
6060
<y>0</y>
61-
<width>1065</width>
62-
<height>19</height>
61+
<width>667</width>
62+
<height>22</height>
6363
</rect>
6464
</property>
6565
<widget class="QMenu" name="menuFiles">
@@ -161,7 +161,7 @@
161161
</property>
162162
<property name="minimumSize">
163163
<size>
164-
<width>475</width>
164+
<width>250</width>
165165
<height>791</height>
166166
</size>
167167
</property>
@@ -430,7 +430,7 @@ QPushButton:hover{rgb(85, 255, 255)}</string>
430430
</property>
431431
<property name="minimumSize">
432432
<size>
433-
<width>74</width>
433+
<width>82</width>
434434
<height>0</height>
435435
</size>
436436
</property>
@@ -502,7 +502,7 @@ QPushButton:hover{rgb(85, 255, 255)}</string>
502502
</property>
503503
<property name="minimumSize">
504504
<size>
505-
<width>74</width>
505+
<width>82</width>
506506
<height>30</height>
507507
</size>
508508
</property>
@@ -608,7 +608,7 @@ em;
608608
</property>
609609
<property name="minimumSize">
610610
<size>
611-
<width>74</width>
611+
<width>82</width>
612612
<height>0</height>
613613
</size>
614614
</property>
@@ -654,7 +654,7 @@ em;
654654
</property>
655655
<property name="minimumSize">
656656
<size>
657-
<width>74</width>
657+
<width>82</width>
658658
<height>0</height>
659659
</size>
660660
</property>
@@ -697,7 +697,7 @@ em;
697697
</property>
698698
<property name="minimumSize">
699699
<size>
700-
<width>74</width>
700+
<width>82</width>
701701
<height>0</height>
702702
</size>
703703
</property>
@@ -746,7 +746,7 @@ em;
746746
</property>
747747
<property name="minimumSize">
748748
<size>
749-
<width>74</width>
749+
<width>82</width>
750750
<height>0</height>
751751
</size>
752752
</property>
@@ -789,7 +789,7 @@ em;
789789
</property>
790790
<property name="minimumSize">
791791
<size>
792-
<width>74</width>
792+
<width>82</width>
793793
<height>0</height>
794794
</size>
795795
</property>
@@ -838,7 +838,7 @@ em;
838838
</property>
839839
<property name="minimumSize">
840840
<size>
841-
<width>74</width>
841+
<width>82</width>
842842
<height>0</height>
843843
</size>
844844
</property>
@@ -881,7 +881,7 @@ em;
881881
</property>
882882
<property name="minimumSize">
883883
<size>
884-
<width>46</width>
884+
<width>50</width>
885885
<height>0</height>
886886
</size>
887887
</property>
@@ -972,7 +972,7 @@ em;
972972
</property>
973973
<property name="minimumSize">
974974
<size>
975-
<width>74</width>
975+
<width>82</width>
976976
<height>0</height>
977977
</size>
978978
</property>

surfaceanalysistools.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<rect>
77
<x>0</x>
88
<y>0</y>
9-
<width>524</width>
9+
<width>250</width>
1010
<height>733</height>
1111
</rect>
1212
</property>
@@ -18,7 +18,7 @@
1818
</property>
1919
<property name="minimumSize">
2020
<size>
21-
<width>524</width>
21+
<width>250</width>
2222
<height>497</height>
2323
</size>
2424
</property>

0 commit comments

Comments
 (0)