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

@@ -59,11 +59,23 @@ QTextEdit {
<item row="0" column="0" colspan="3">
<widget class="BlackGui::Components::CInfoBarStatusComponent" name="comp_InfoBarStatus" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>300</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>500</width>
<height>16777215</height>
</size>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>