summaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
authorManuel Schneider2014-05-16 13:54:46 +0200
committerManuel Schneider2014-05-16 13:54:46 +0200
commit0a2dfff7f51fa484d4a05067bddd847803227846 (patch)
tree917854bcd0e866824ff4a3562837d0671ba668d3 /gui
parentSeveral changes: (diff)
downloadpvs2-0a2dfff7f51fa484d4a05067bddd847803227846.tar.gz
pvs2-0a2dfff7f51fa484d4a05067bddd847803227846.tar.xz
pvs2-0a2dfff7f51fa484d4a05067bddd847803227846.zip
Make toolbar static on left side
* Redudce unnecessary codebase by dropping curious nested timerId & timerTimeout * Use the resizeEvent properly * Make size of buttons static * Drop unnecesary ui properties
Diffstat (limited to 'gui')
-rw-r--r--gui/server_normal/mainwindow.ui16
1 files changed, 5 insertions, 11 deletions
diff --git a/gui/server_normal/mainwindow.ui b/gui/server_normal/mainwindow.ui
index 22e1b45..fab8440 100644
--- a/gui/server_normal/mainwindow.ui
+++ b/gui/server_normal/mainwindow.ui
@@ -53,12 +53,6 @@
</layout>
</widget>
<widget class="QToolBar" name="toolBar">
- <property name="maximumSize">
- <size>
- <width>129000</width>
- <height>12900</height>
- </size>
- </property>
<property name="windowTitle">
<string>toolBar</string>
</property>
@@ -71,11 +65,11 @@
<property name="movable">
<bool>false</bool>
</property>
- <property name="toolButtonStyle">
- <enum>Qt::ToolButtonIconOnly</enum>
- </property>
- <property name="floatable">
- <bool>false</bool>
+ <property name="iconSize">
+ <size>
+ <width>64</width>
+ <height>64</height>
+ </size>
</property>
<attribute name="toolBarArea">
<enum>LeftToolBarArea</enum>