Change default Qube Manager size

So that it will fit all VMs from a default install.
This commit is contained in:
Marta Marczykowska-Górecka 2018-01-28 20:38:40 +01:00
parent 3a60f9146a
commit 71090b9e72
No known key found for this signature in database
GPG Key ID: 9A752C30B26FD04B
2 changed files with 10 additions and 5 deletions

View File

@ -215,7 +215,6 @@ class VmManagerWindow(ui_qubemanager.Ui_VmManagerWindow, QtGui.QMainWindow):
# pylint: disable=too-many-instance-attributes # pylint: disable=too-many-instance-attributes
row_height = 30 row_height = 30
column_width = 200 column_width = 200
min_visible_rows = 10
search = "" search = ""
# suppress saving settings while initializing widgets # suppress saving settings while initializing widgets
settings_loaded = False settings_loaded = False

View File

@ -6,12 +6,12 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>769</width> <width>1100</width>
<height>385</height> <height>600</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Maximum"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
@ -243,7 +243,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>769</width> <width>1100</width>
<height>23</height> <height>23</height>
</rect> </rect>
</property> </property>
@ -336,6 +336,12 @@
<addaction name="menu_about"/> <addaction name="menu_about"/>
</widget> </widget>
<widget class="QToolBar" name="toolbar"> <widget class="QToolBar" name="toolbar">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="contextMenuPolicy"> <property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum> <enum>Qt::CustomContextMenu</enum>
</property> </property>