Merge pull request #763 from shainer/master
Add "MB" suffix to the "edit partition" size box.
This commit is contained in:
commit
39f6d0e2f5
@ -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>
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user