mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
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
861473f3f6
commit
925d3a61a7
1 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue