diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-12-28 14:28:11 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-12-28 14:28:11 +0900 |
commit | fa8c5e1b82e6a9e3d6eefc96241efc9371f02a12 (patch) | |
tree | f699c8de675ca852af5fcaf0ff82e292845dede0 /src/AuthDialogWidget.ui | |
parent | a1aaa8e3767232d3d367f4f4221ba45796c4dc6f (diff) | |
download | polkit-agent-tde-fa8c5e1b82e6a9e3d6eefc96241efc9371f02a12.tar.gz polkit-agent-tde-fa8c5e1b82e6a9e3d6eefc96241efc9371f02a12.zip |
Improved GUI dialog presentation.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/AuthDialogWidget.ui')
-rw-r--r-- | src/AuthDialogWidget.ui | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/src/AuthDialogWidget.ui b/src/AuthDialogWidget.ui index 0425eb1..daf4cb2 100644 --- a/src/AuthDialogWidget.ui +++ b/src/AuthDialogWidget.ui @@ -8,8 +8,8 @@ <rect> <x>0</x> <y>0</y> - <width>335</width> - <height>193</height> + <width>300</width> + <height>200</height> </rect> </property> <property name="sizePolicy"> @@ -115,7 +115,7 @@ </widget> </vbox> </widget> - <widget class="TQLabel" row="2" column="1" colspan="3"> + <widget class="TQLabel" row="1" column="1" colspan="3"> <property name="name"> <cstring>errorMessageKTW</cstring> </property> @@ -128,6 +128,11 @@ </sizepolicy> </property> </widget> + <widget class="KComboBox" row="2" column="1" colspan="3"> + <property name="name"> + <cstring>userCB</cstring> + </property> + </widget> <widget class="TQLabel" row="3" column="1" colspan="2"> <property name="name"> <cstring>lblPassword</cstring> @@ -147,20 +152,8 @@ <enum>Password</enum> </property> </widget> - <widget class="KComboBox" row="1" column="1" colspan="3"> - <property name="name"> - <cstring>userCB</cstring> - </property> - </widget> </grid> </widget> - <!--customwidgets> - <customwidget> - <class>KTitleWidget</class> - <extends>TQWidget</extends> - <header>ktitlewidget.h</header> - </customwidget> - </customwidgets--> <tabstops> <tabstop>userCB</tabstop> <tabstop>lePassword</tabstop> |