diff options
| author | tassaron | 2017-05-28 16:26:06 -0400 |
|---|---|---|
| committer | tassaron | 2017-05-28 16:26:06 -0400 |
| commit | fa89cd38f22051fe6e3afec5e93eb7e1e70351c0 (patch) | |
| tree | 0f44fd55f198ef42f348a7d40b0f0580f3716529 /components/original.ui | |
| parent | e3079f7a67ce8939ebb861b9580c281f81331181 (diff) | |
slight fixes to component UIs
and adding a component changes the stackedWidget
Diffstat (limited to 'components/original.ui')
| -rw-r--r-- | components/original.ui | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/components/original.ui b/components/original.ui index 0e6dd98..9cdfac2 100644 --- a/components/original.ui +++ b/components/original.ui @@ -16,13 +16,16 @@ <widget class="QWidget" name="layoutWidget"> <property name="geometry"> <rect> - <x>10</x> - <y>10</y> - <width>567</width> - <height>29</height> + <x>0</x> + <y>0</y> + <width>561</width> + <height>51</height> </rect> </property> <layout class="QHBoxLayout" name="horizontalLayout_9"> + <property name="leftMargin"> + <number>4</number> + </property> <item> <widget class="QLabel" name="label_visLayout"> <property name="sizePolicy"> @@ -86,6 +89,8 @@ </item> </layout> </widget> + <zorder>label_visLayout</zorder> + <zorder>layoutWidget</zorder> </widget> <resources/> <connections/> |
