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>
<x>0</x>
<y>0</y>
<width>680</width>
<width>816</width>
<height>656</height>
</rect>
</property>
@ -29,7 +29,7 @@
<locale language="English" country="UnitedStates"/>
</property>
<property name="currentIndex">
<number>1</number>
<number>4</number>
</property>
<widget class="QWidget" name="basic_tab">
<property name="locale">
@ -1255,16 +1255,22 @@ border-width: 1px;</string>
<string>Applications</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_7">
<item row="1" column="0">
<layout class="QVBoxLayout" name="apps_layout"/>
</item>
<item row="0" column="0">
<item row="0" column="0" alignment="Qt::AlignHCenter">
<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">
<string>Refresh Applications</string>
</property>
</widget>
</item>
<item row="1" column="0">
<layout class="QVBoxLayout" name="apps_layout"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="services_tab">