Modified VM settings to make 'refresh apps' button clearer

The button was too wide and difficult to interact with.
This commit is contained in:
Marta Marczykowska-Górecka 2018-09-23 23:09:55 +02:00
parent 8d73952404
commit a8afec6676
No known key found for this signature in database
GPG Key ID: 9A752C30B26FD04B

View File

@ -6,7 +6,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>680</width> <width>816</width>
<height>656</height> <height>656</height>
</rect> </rect>
</property> </property>
@ -29,7 +29,7 @@
<locale language="English" country="UnitedStates"/> <locale language="English" country="UnitedStates"/>
</property> </property>
<property name="currentIndex"> <property name="currentIndex">
<number>1</number> <number>4</number>
</property> </property>
<widget class="QWidget" name="basic_tab"> <widget class="QWidget" name="basic_tab">
<property name="locale"> <property name="locale">
@ -1255,16 +1255,22 @@ border-width: 1px;</string>
<string>Applications</string> <string>Applications</string>
</attribute> </attribute>
<layout class="QGridLayout" name="gridLayout_7"> <layout class="QGridLayout" name="gridLayout_7">
<item row="1" column="0"> <item row="0" column="0" alignment="Qt::AlignHCenter">
<layout class="QVBoxLayout" name="apps_layout"/>
</item>
<item row="0" column="0">
<widget class="QPushButton" name="refresh_apps_button"> <widget class="QPushButton" name="refresh_apps_button">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text"> <property name="text">
<string>Refresh Applications</string> <string>Refresh Applications</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="0">
<layout class="QVBoxLayout" name="apps_layout"/>
</item>
</layout> </layout>
</widget> </widget>
<widget class="QWidget" name="services_tab"> <widget class="QWidget" name="services_tab">