Skip to content

Commit 19675c2

Browse files
committed
fine tuning of interface for OS X; axis range labels were slightly too small
1 parent 68139f3 commit 19675c2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

plotwindow.ui

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<widget class="QLabel" name="xminLabel">
9898
<property name="minimumSize">
9999
<size>
100-
<width>45</width>
100+
<width>50</width>
101101
<height>0</height>
102102
</size>
103103
</property>
@@ -116,7 +116,7 @@
116116
<widget class="QLineEdit" name="xminInput">
117117
<property name="minimumSize">
118118
<size>
119-
<width>60</width>
119+
<width>50</width>
120120
<height>0</height>
121121
</size>
122122
</property>
@@ -136,7 +136,7 @@
136136
<widget class="QLabel" name="xmaxLabel">
137137
<property name="minimumSize">
138138
<size>
139-
<width>45</width>
139+
<width>50</width>
140140
<height>0</height>
141141
</size>
142142
</property>
@@ -155,7 +155,7 @@
155155
<widget class="QLineEdit" name="xmaxInput">
156156
<property name="minimumSize">
157157
<size>
158-
<width>60</width>
158+
<width>50</width>
159159
<height>0</height>
160160
</size>
161161
</property>
@@ -178,7 +178,7 @@
178178
<widget class="QLabel" name="yminLabel">
179179
<property name="minimumSize">
180180
<size>
181-
<width>45</width>
181+
<width>50</width>
182182
<height>0</height>
183183
</size>
184184
</property>
@@ -197,7 +197,7 @@
197197
<widget class="QLineEdit" name="yminInput">
198198
<property name="minimumSize">
199199
<size>
200-
<width>60</width>
200+
<width>50</width>
201201
<height>0</height>
202202
</size>
203203
</property>
@@ -217,7 +217,7 @@
217217
<widget class="QLabel" name="ymaxLabel">
218218
<property name="minimumSize">
219219
<size>
220-
<width>45</width>
220+
<width>50</width>
221221
<height>0</height>
222222
</size>
223223
</property>
@@ -236,7 +236,7 @@
236236
<widget class="QLineEdit" name="ymaxInput">
237237
<property name="minimumSize">
238238
<size>
239-
<width>60</width>
239+
<width>50</width>
240240
<height>0</height>
241241
</size>
242242
</property>
@@ -348,7 +348,7 @@
348348
<x>0</x>
349349
<y>0</y>
350350
<width>624</width>
351-
<height>22</height>
351+
<height>20</height>
352352
</rect>
353353
</property>
354354
<widget class="QMenu" name="file_menu">

0 commit comments

Comments
 (0)