Browse Source

renamed qrcodedialog.ui window title to "QR-Code Dialog" and changed window size to the minimum values Qt Creator allows me to set

0.8
Philip Kaufmann 13 years ago
parent
commit
092522af6c
  1. 6
      src/qt/forms/qrcodedialog.ui

6
src/qt/forms/qrcodedialog.ui

@ -6,12 +6,12 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>320</width> <width>334</width>
<height>404</height> <height>423</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>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