diff options
-rw-r--r-- | qt-ui/maintab.ui | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index 3626548c3..bfa93b5b5 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -116,11 +116,15 @@ </layout> </item> <item> - <widget class="QLabel" name="LocationLabel"> - <property name="text"> - <string>Location</string> - </property> - </widget> + <layout class="QHBoxLayout" name="LocationLabelLayout"> + <item> + <widget class="QLabel" name="LocationLabel"> + <property name="text"> + <string>Location</string> + </property> + </widget> + </item> + </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> |