diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-08-10 03:09:11 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-08-10 03:09:19 +0200 |
| commit | 9c9bf9685c5488b071dc4ca0760b771c51c470da (patch) | |
| tree | fceff1b52f6d62fe937ffd9f66a17fe4abb09f33 /accounts.ui | |
| parent | 37c205999f77fc175d70bf0d286ebe5c77b540f1 (diff) | |
Minor UI changes
Diffstat (limited to 'accounts.ui')
| -rw-r--r-- | accounts.ui | 42 |
1 files changed, 23 insertions, 19 deletions
diff --git a/accounts.ui b/accounts.ui index 7687c73..29a0806 100644 --- a/accounts.ui +++ b/accounts.ui @@ -10,7 +10,7 @@ <x>0</x> <y>0</y> <width>188</width> - <height>215</height> + <height>187</height> </rect> </property> <property name="sizePolicy"> @@ -24,24 +24,28 @@ </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> - <widget class="QPushButton" name="close"> - <property name="maximumSize"> - <size> - <width>32</width> - <height>16777215</height> - </size> - </property> - <property name="text"> - <string><</string> - </property> - </widget> - </item> - <item> - <widget class="QLabel" name="label"> - <property name="text"> - <string><html><head/><body><p align="center"><span style=" font-size:12pt; font-weight:600;">Accounts</span></p></body></html></string> - </property> - </widget> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <widget class="QPushButton" name="close"> + <property name="maximumSize"> + <size> + <width>32</width> + <height>16777215</height> + </size> + </property> + <property name="text"> + <string><</string> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="label"> + <property name="text"> + <string><html><head/><body><p align="center"><span style=" font-size:12pt; font-weight:600;">Accounts</span></p></body></html></string> + </property> + </widget> + </item> + </layout> </item> <item> <widget class="QListWidget" name="accounts_list"> |
