Add "MB" suffix to the "edit partition" size box.
Makes it easier to know which unit Calamares is using when resizing a partition. The "Create partition" dialog has it already.
This commit is contained in:
parent
8bb6dc6d36
commit
a7e59f8656
@ -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> MB</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="5" column="0">
|
||||
<widget class="QLabel" name="fileSystemLabel">
|
||||
|
Loading…
Reference in New Issue
Block a user