mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
Change both size box suffices to MiB.
This commit is contained in:
parent
925d3a61a7
commit
9be15e68b6
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -126,7 +126,7 @@
|
|||
<item row="1" column="1">
|
||||
<widget class="QSpinBox" name="sizeSpinBox">
|
||||
<property name="suffix">
|
||||
<string> MB</string>
|
||||
<string> MiB</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Add table
Reference in a new issue