Merge pull request #763 from shainer/master

Add "MB" suffix to the "edit partition" size box.
This commit is contained in:
Adriaan de Groot 2017-07-10 11:22:18 +02:00 committed by GitHub
commit 39f6d0e2f5
2 changed files with 6 additions and 2 deletions

View File

@ -45,7 +45,7 @@
<item row="0" column="1">
<widget class="QSpinBox" name="sizeSpinBox">
<property name="suffix">
<string> MB</string>
<string> MiB</string>
</property>
</widget>
</item>

View File

@ -124,7 +124,11 @@
</widget>
</item>
<item row="1" column="1">
<widget class="QSpinBox" name="sizeSpinBox"/>
<widget class="QSpinBox" name="sizeSpinBox">
<property name="suffix">
<string> MiB</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="fileSystemLabel">