Skip to content

Commit

Permalink
Tidy up interface
Browse files Browse the repository at this point in the history
 - at least for windows
  • Loading branch information
JJPPeters committed Jun 4, 2018
1 parent 25ce65e commit a80871f
Show file tree
Hide file tree
Showing 12 changed files with 270 additions and 251 deletions.
4 changes: 2 additions & 2 deletions src/gui/dialogs/settings/frames/cbedareaframe.ui
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
<property name="minimumSize">
<size>
<width>100</width>
<height>26</height>
<height>28</height>
</size>
</property>
<property name="text">
Expand All @@ -209,7 +209,7 @@
<property name="minimumSize">
<size>
<width>100</width>
<height>26</height>
<height>28</height>
</size>
</property>
<property name="text">
Expand Down
4 changes: 2 additions & 2 deletions src/gui/dialogs/settings/frames/ctemareaframe.ui
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
<property name="minimumSize">
<size>
<width>100</width>
<height>26</height>
<height>28</height>
</size>
</property>
<property name="text">
Expand All @@ -250,7 +250,7 @@
<property name="minimumSize">
<size>
<width>100</width>
<height>26</height>
<height>28</height>
</size>
</property>
<property name="text">
Expand Down
9 changes: 6 additions & 3 deletions src/gui/dialogs/settings/frames/openclframe.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>620</width>
<width>696</width>
<height>516</height>
</rect>
</property>
Expand Down Expand Up @@ -189,6 +189,9 @@
</item>
<item>
<widget class="QLineEdit" name="edtRatio">
<property name="enabled">
<bool>false</bool>
</property>
<property name="minimumSize">
<size>
<width>0</width>
Expand Down Expand Up @@ -227,7 +230,7 @@
<property name="minimumSize">
<size>
<width>100</width>
<height>26</height>
<height>28</height>
</size>
</property>
<property name="maximumSize">
Expand All @@ -246,7 +249,7 @@
<property name="minimumSize">
<size>
<width>100</width>
<height>26</height>
<height>28</height>
</size>
</property>
<property name="maximumSize">
Expand Down
4 changes: 2 additions & 2 deletions src/gui/dialogs/settings/frames/stemareaframe.ui
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@
<property name="minimumSize">
<size>
<width>100</width>
<height>26</height>
<height>28</height>
</size>
</property>
<property name="text">
Expand All @@ -347,7 +347,7 @@
<property name="minimumSize">
<size>
<width>100</width>
<height>26</height>
<height>28</height>
</size>
</property>
<property name="text">
Expand Down
4 changes: 2 additions & 2 deletions src/gui/dialogs/settings/frames/stemdetectorframe.ui
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
<property name="minimumSize">
<size>
<width>100</width>
<height>26</height>
<height>28</height>
</size>
</property>
<property name="maximumSize">
Expand All @@ -292,7 +292,7 @@
<property name="maximumSize">
<size>
<width>100</width>
<height>26</height>
<height>28</height>
</size>
</property>
<property name="text">
Expand Down
6 changes: 3 additions & 3 deletions src/gui/dialogs/settings/frames/thermalscatteringframe.ui
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<property name="minimumSize">
<size>
<width>100</width>
<height>26</height>
<height>28</height>
</size>
</property>
<property name="text">
Expand Down Expand Up @@ -331,7 +331,7 @@
<property name="minimumSize">
<size>
<width>100</width>
<height>26</height>
<height>28</height>
</size>
</property>
<property name="text">
Expand Down Expand Up @@ -364,7 +364,7 @@
<property name="minimumSize">
<size>
<width>100</width>
<height>26</height>
<height>28</height>
</size>
</property>
<property name="text">
Expand Down
10 changes: 5 additions & 5 deletions src/gui/dialogs/settings/settingsdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>338</width>
<height>42</height>
<width>378</width>
<height>46</height>
</rect>
</property>
<property name="sizePolicy">
Expand Down Expand Up @@ -49,7 +49,7 @@
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
<height>28</height>
</size>
</property>
<property name="text">
Expand All @@ -62,7 +62,7 @@
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
<height>28</height>
</size>
</property>
<property name="text">
Expand All @@ -75,7 +75,7 @@
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
<height>28</height>
</size>
</property>
<property name="text">
Expand Down
Loading

0 comments on commit a80871f

Please sign in to comment.