fixing graphOptions layout (#640)

This commit is contained in:
Itay Cohen 2018-08-18 20:13:47 +03:00 committed by GitHub
parent bab57dea4d
commit 57d801612a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,35 +6,32 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>400</width> <width>567</width>
<height>300</height> <height>300</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Graph</string> <string>Graph</string>
</property> </property>
<widget class="QLabel" name="maxColsLabel"> <widget class="QWidget" name="">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>30</x> <x>30</x>
<y>10</y> <y>10</y>
<width>141</width> <width>253</width>
<height>18</height> <height>62</height>
</rect> </rect>
</property> </property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<widget class="QLabel" name="maxColsLabel">
<property name="text"> <property name="text">
<string>Maximum Line Length:</string> <string>Maximum Line Length:</string>
</property> </property>
</widget> </widget>
</item>
<item row="0" column="1">
<widget class="QSpinBox" name="maxColsSpinBox"> <widget class="QSpinBox" name="maxColsSpinBox">
<property name="geometry">
<rect>
<x>190</x>
<y>10</y>
<width>104</width>
<height>23</height>
</rect>
</property>
<property name="minimum"> <property name="minimum">
<number>10</number> <number>10</number>
</property> </property>
@ -45,19 +42,16 @@
<number>5</number> <number>5</number>
</property> </property>
</widget> </widget>
</item>
<item row="1" column="0" colspan="2">
<widget class="QCheckBox" name="graphOffsetCheckBox"> <widget class="QCheckBox" name="graphOffsetCheckBox">
<property name="geometry">
<rect>
<x>30</x>
<y>44</y>
<width>162</width>
<height>22</height>
</rect>
</property>
<property name="text"> <property name="text">
<string>Show offsets (graph.offset) </string> <string>Show offsets (graph.offset) </string>
</property> </property>
</widget> </widget>
</item>
</layout>
</widget>
</widget> </widget>
<resources/> <resources/>
<connections/> <connections/>