Change both size box suffices to MiB.

This commit is contained in:
Lisa Vitolo 2017-07-09 18:20:00 +01:00 committed by Philip
parent a7e59f8656
commit 4f71b9741e
2 changed files with 2 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

@ -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>