Skip to content

Commit

Permalink
[Qt] Revert overviewpage from QFormLayout to QVBoxLayout
Browse files Browse the repository at this point in the history
  • Loading branch information
cozz committed Aug 17, 2014
1 parent b3ec053 commit cb5fa86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/qt/forms/overviewpage.ui
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QFormLayout" name="formLayout_3">
<item row="0" column="0" colspan="2">
<layout class="QVBoxLayout" name="topLayout">
<item>
<widget class="QLabel" name="labelAlerts">
<property name="visible">
<bool>false</bool>
Expand All @@ -30,7 +30,7 @@
</property>
</widget>
</item>
<item row="1" column="1">
<item>
<layout class="QHBoxLayout" name="horizontalLayout" stretch="1,1">
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
Expand Down

0 comments on commit cb5fa86

Please sign in to comment.