root/trunk/libffado/support/mixer-qt4/ffado/panelmanagerstatus.ui

Revision 2292, 1.1 kB (checked in by jwoithe, 11 years ago)

ffado-mixer: make the vertical size policy of the panelmanagerstatus widget 'minimum' and set the minimum height to 0 (was 200). With the original settings the status widget claimed a fixed height of 200 pixels even if it was hidden, which in turn caused ffado-mixer's window to default to a height which was 200 pixels larger than necessary.

  • Property svn:mergeinfo set to
Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PanelManagerStatusUI</class>
4  <widget class="QWidget" name="PanelManagerStatusUI">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>611</width>
10     <height>218</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QGridLayout">
17    <item row="0" column="0">
18     <widget class="QLabel" name="lblMessage">
19      <property name="sizePolicy">
20       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
21        <horstretch>0</horstretch>
22        <verstretch>0</verstretch>
23       </sizepolicy>
24      </property>
25      <property name="minimumSize">
26       <size>
27        <width>300</width>
28        <height>0</height>
29       </size>
30      </property>
31      <property name="text">
32       <string>Bus reconfiguration in progress, please wait...</string>
33      </property>
34      <property name="alignment">
35       <set>Qt::AlignCenter</set>
36      </property>
37      <property name="wordWrap">
38       <bool>true</bool>
39      </property>
40     </widget>
41    </item>
42   </layout>
43  </widget>
44  <resources/>
45  <connections/>
46 </ui>
Note: See TracBrowser for help on using the browser.