Change default size of device and partition properties dialogs

so as to accommodate all the labels

Differential Revision: https://phabricator.kde.org/D10179
This commit is contained in:
Abhijeet Sharma 2018-01-29 23:10:57 +05:30 committed by Andrius Štikonas
parent d5bccabac5
commit 4f2381d7e6
2 changed files with 7 additions and 7 deletions

View File

@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>450</width>
<height>361</height>
<width>643</width>
<height>496</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout">
@ -74,14 +74,14 @@
<item>
<widget class="QRadioButton" name="m_RadioCylinderBased">
<property name="text">
<string>Cylinder alignment</string>
<string>&amp;Cylinder alignment</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="m_RadioSectorBased">
<property name="text">
<string>Sector based alignment</string>
<string>Sector based al&amp;ignment</string>
</property>
</widget>
</item>

View File

@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>499</width>
<height>502</height>
<width>634</width>
<height>673</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout">
@ -308,7 +308,7 @@
<item row="20" column="0">
<widget class="QLabel" name="m_LabelTextFlags">
<property name="text">
<string comment="@label">Flags:</string>
<string comment="@label">Fla&amp;gs:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>