Add MiB suffix to PE size spinBox.

This commit is contained in:
Chantara Tith 2016-07-25 01:17:21 +07:00 committed by Andrius Štikonas
parent 99e36d4e32
commit 1a3cee45ff
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QSpinBox" name="m_SpinPESize">
<property name="suffix">
<string> MiB</string>
</property>
<property name="value">
<number>4</number>
</property>