Some workarounds for GUI issues ( refs #419 )

* info bar getting too wide
* buttons floating into tabbat
This commit is contained in:
Klaus Basan
2015-05-29 20:57:51 +02:00
parent b6e9d6f0d1
commit 4cafc259bb
3 changed files with 48 additions and 10 deletions

View File

@@ -90,6 +90,22 @@
</layout>
</widget>
</item>
<item>
<spacer name="vs_SettingsHotkeysWorkaround">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<customwidgets>