Skip to content

Commit

Permalink
ui limit adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
jessdtate committed Oct 30, 2023
1 parent 064c0ea commit 6b7a0c3
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 28 deletions.
7 changes: 5 additions & 2 deletions src/Interface/Modules/Fields/CreateImageDialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,9 @@
<height>25</height>
</size>
</property>
<property name="maximum">
<number>1000000000</number>
</property>
</widget>
</item>
</layout>
Expand Down Expand Up @@ -325,7 +328,7 @@
<number>2</number>
</property>
<property name="maximum">
<number>1000</number>
<number>1000000</number>
</property>
</widget>
</item>
Expand All @@ -341,7 +344,7 @@
<number>2</number>
</property>
<property name="maximum">
<number>1000</number>
<number>1000000</number>
</property>
</widget>
</item>
Expand Down
4 changes: 2 additions & 2 deletions src/Interface/Modules/Fields/CreateLatVol.ui
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<number>2</number>
</property>
<property name="maximum">
<number>1000</number>
<number>10000</number>
</property>
</widget>
</item>
Expand All @@ -72,7 +72,7 @@
<number>2</number>
</property>
<property name="maximum">
<number>1000</number>
<number>10000</number>
</property>
</widget>
</item>
Expand Down
54 changes: 30 additions & 24 deletions src/Interface/Modules/Visualization/ShowFieldGlyphs.ui
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@
<property name="enabled">
<bool>true</bool>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>30</height>
</size>
</property>
<property name="text">
<string>Default Color</string>
</property>
Expand Down Expand Up @@ -393,10 +399,10 @@
<double>0.000100000000000</double>
</property>
<property name="maximum">
<double>100.000000000000000</double>
<double>10000000.000000000000000</double>
</property>
<property name="singleStep">
<double>0.100000000000000</double>
<double>1.000000000000000</double>
</property>
<property name="value">
<double>1.000000000000000</double>
Expand Down Expand Up @@ -450,8 +456,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>307</width>
<height>134</height>
<width>299</width>
<height>132</height>
</rect>
</property>
<attribute name="label">
Expand Down Expand Up @@ -588,8 +594,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>232</width>
<height>54</height>
<width>299</width>
<height>132</height>
</rect>
</property>
<attribute name="label">
Expand Down Expand Up @@ -1016,10 +1022,10 @@
<double>0.000100000000000</double>
</property>
<property name="maximum">
<double>100.000000000000000</double>
<double>10000000.000000000000000</double>
</property>
<property name="singleStep">
<double>0.100000000000000</double>
<double>1.000000000000000</double>
</property>
<property name="value">
<double>1.000000000000000</double>
Expand All @@ -1041,8 +1047,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>202</width>
<height>90</height>
<width>213</width>
<height>81</height>
</rect>
</property>
<attribute name="label">
Expand Down Expand Up @@ -1179,8 +1185,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>232</width>
<height>54</height>
<width>211</width>
<height>43</height>
</rect>
</property>
<attribute name="label">
Expand Down Expand Up @@ -1267,8 +1273,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>220</width>
<height>186</height>
<width>227</width>
<height>170</height>
</rect>
</property>
<attribute name="label">
Expand Down Expand Up @@ -1511,8 +1517,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>293</width>
<height>273</height>
<width>299</width>
<height>245</height>
</rect>
</property>
<attribute name="label">
Expand Down Expand Up @@ -1958,7 +1964,7 @@
<number>4</number>
</property>
<property name="maximum">
<double>10.000000000000000</double>
<double>1000000.000000000000000</double>
</property>
<property name="singleStep">
<double>0.100000000000000</double>
Expand Down Expand Up @@ -2142,10 +2148,10 @@
<double>0.000100000000000</double>
</property>
<property name="maximum">
<double>100.000000000000000</double>
<double>10000000.000000000000000</double>
</property>
<property name="singleStep">
<double>0.100000000000000</double>
<double>1.000000000000000</double>
</property>
<property name="value">
<double>1.000000000000000</double>
Expand Down Expand Up @@ -2191,8 +2197,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>202</width>
<height>90</height>
<width>213</width>
<height>81</height>
</rect>
</property>
<attribute name="label">
Expand Down Expand Up @@ -2338,8 +2344,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>307</width>
<height>99</height>
<width>299</width>
<height>93</height>
</rect>
</property>
<attribute name="label">
Expand Down Expand Up @@ -2400,7 +2406,7 @@
<number>4</number>
</property>
<property name="maximum">
<double>100.000000000000000</double>
<double>10000000.000000000000000</double>
</property>
<property name="singleStep">
<double>0.100000000000000</double>
Expand Down

0 comments on commit 6b7a0c3

Please sign in to comment.