diff options
author | Kali Kaneko <kali@leap.se> | 2013-10-30 16:33:41 -0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-10-30 16:33:41 -0200 |
commit | 8766b396cb7faf84c6eab3b2516229c791fe2e90 (patch) | |
tree | 7fae4c8ae7119d58c98ecc8c13b6ad3d2a009a77 /src/leap/bitmask/gui/ui/mail_status.ui | |
parent | f22b1a04f892857d162d87f9c9e120e7c5daadf7 (diff) | |
parent | a06b5719f028e619a4b3800fb346ed3c984e4d25 (diff) |
Merge tag '0.3.5' into debian
Tag leap.bitmask version 0.3.5
Conflicts:
.gitignore
pkg/requirements.pip
Diffstat (limited to 'src/leap/bitmask/gui/ui/mail_status.ui')
-rw-r--r-- | src/leap/bitmask/gui/ui/mail_status.ui | 73 |
1 files changed, 46 insertions, 27 deletions
diff --git a/src/leap/bitmask/gui/ui/mail_status.ui b/src/leap/bitmask/gui/ui/mail_status.ui index 1327f9e7..22976f39 100644 --- a/src/leap/bitmask/gui/ui/mail_status.ui +++ b/src/leap/bitmask/gui/ui/mail_status.ui @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>400</width> - <height>72</height> + <height>79</height> </rect> </property> <property name="sizePolicy"> @@ -20,9 +20,25 @@ <string>Form</string> </property> <layout class="QGridLayout" name="gridLayout"> + <property name="topMargin"> + <number>0</number> + </property> <item row="0" column="1" rowspan="2"> <layout class="QGridLayout" name="gridLayout_3"> - <item row="1" column="0" colspan="3"> + <item row="1" column="1"> + <spacer name="horizontalSpacer_4"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item row="2" column="0" colspan="3"> <widget class="QLabel" name="lblMailStatus"> <property name="styleSheet"> <string notr="true">color: rgb(80, 80, 80);</string> @@ -32,7 +48,26 @@ </property> </widget> </item> - <item row="0" column="0"> + <item row="1" column="3"> + <widget class="QLabel" name="lblMailStatusIcon"> + <property name="maximumSize"> + <size> + <width>24</width> + <height>24</height> + </size> + </property> + <property name="text"> + <string/> + </property> + <property name="pixmap"> + <pixmap resource="../../../../../data/resources/mainwindow.qrc">:/images/black/32/off.png</pixmap> + </property> + <property name="scaledContents"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="1" column="0"> <widget class="QLabel" name="label_4"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> @@ -45,38 +80,22 @@ </property> </widget> </item> - <item row="0" column="1"> - <spacer name="horizontalSpacer_4"> + <item row="0" column="0"> + <spacer name="verticalSpacer"> <property name="orientation"> - <enum>Qt::Horizontal</enum> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeType"> + <enum>QSizePolicy::Fixed</enum> </property> <property name="sizeHint" stdset="0"> <size> - <width>40</width> - <height>20</height> + <width>0</width> + <height>5</height> </size> </property> </spacer> </item> - <item row="0" column="3"> - <widget class="QLabel" name="lblMailStatusIcon"> - <property name="maximumSize"> - <size> - <width>16</width> - <height>16</height> - </size> - </property> - <property name="text"> - <string/> - </property> - <property name="pixmap"> - <pixmap resource="../../../../../data/resources/mainwindow.qrc">:/images/black/32/off.png</pixmap> - </property> - <property name="scaledContents"> - <bool>true</bool> - </property> - </widget> - </item> </layout> </item> <item row="0" column="0"> |