aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.ui
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-06-30 19:14:57 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2017-06-30 19:14:57 +0200
commit501e2035c4207ba906aee84461f3ee427a9bce97 (patch)
treefa32316f806f9e0fe4b7f5e315dcbbb065bcd9b4 /src/mainwindow.ui
parentSome MainWindow and WebViewTabBar cleanup (diff)
downloadsmolbote-501e2035c4207ba906aee84461f3ee427a9bce97.tar.xz
Status bar height capped; loading bar now hides after 2s
Diffstat (limited to 'src/mainwindow.ui')
-rw-r--r--src/mainwindow.ui15
1 files changed, 14 insertions, 1 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui
index 46f241a..13c5f8f 100644
--- a/src/mainwindow.ui
+++ b/src/mainwindow.ui
@@ -14,7 +14,20 @@
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralWidget"/>
- <widget class="QStatusBar" name="statusBar"/>
+ <widget class="QStatusBar" name="statusBar">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="maximumSize">
+ <size>
+ <width>16777215</width>
+ <height>24</height>
+ </size>
+ </property>
+ </widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>