Browse Source

set minimum size allowed by Qt Creator and rename "QR-Code Dialog" to "QR Code Dialog" as this spelling is used all over the code

0.8
Philip Kaufmann 12 years ago
parent
commit
4dca553e66
  1. 4
      src/qt/forms/qrcodedialog.ui

4
src/qt/forms/qrcodedialog.ui

@ -7,11 +7,11 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>334</width> <width>334</width>
<height>423</height> <height>425</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>QR-Code Dialog</string> <string>QR Code Dialog</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_3"> <layout class="QVBoxLayout" name="verticalLayout_3">
<item> <item>

Loading…
Cancel
Save