diff options
author | Papoteur <papoteur@mageia.org> | 2024-02-08 19:59:32 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2024-02-08 19:59:32 +0100 |
commit | 83fbcb5d9f36f5f203d49329ba46892e151daec4 (patch) | |
tree | ad21e10751a23ab631940e4d270a520d607eb34f | |
parent | aaa11685c8a90a6802adf903d35b8ce22dfd41bd (diff) | |
download | mga-advisor-83fbcb5d9f36f5f203d49329ba46892e151daec4.tar mga-advisor-83fbcb5d9f36f5f203d49329ba46892e151daec4.tar.gz mga-advisor-83fbcb5d9f36f5f203d49329ba46892e151daec4.tar.bz2 mga-advisor-83fbcb5d9f36f5f203d49329ba46892e151daec4.tar.xz mga-advisor-83fbcb5d9f36f5f203d49329ba46892e151daec4.zip |
Resize UI
-rw-r--r-- | form.ui | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>814</width> - <height>622</height> + <width>825</width> + <height>607</height> </rect> </property> <property name="windowTitle"> @@ -16,7 +16,7 @@ <widget class="QWidget" name="verticalLayoutWidget"> <property name="geometry"> <rect> - <x>-1</x> + <x>10</x> <y>-1</y> <width>811</width> <height>601</height> @@ -243,6 +243,13 @@ </widget> </item> <item> + <widget class="QPushButton" name="configuration_pb"> + <property name="text"> + <string>Configuration</string> + </property> + </widget> + </item> + <item> <widget class="QPushButton" name="export_pb"> <property name="text"> <string>Export</string> |