diff options
author | elijah <elijah@riseup.net> | 2016-04-18 23:44:12 -0700 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2016-04-19 12:00:23 -0400 |
commit | 229f803235ae9b9a71313d11071c7a0fbea0a681 (patch) | |
tree | fada7035628c90757b6b0cd7cf34182d1b6269fc /src/leap/bitmask/gui/ui/preferences.ui | |
parent | c6db8a1f9ba7b6fc9dd117c0a699f4dfd339a375 (diff) |
[feature] add email panel to preferences
Diffstat (limited to 'src/leap/bitmask/gui/ui/preferences.ui')
-rw-r--r-- | src/leap/bitmask/gui/ui/preferences.ui | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/src/leap/bitmask/gui/ui/preferences.ui b/src/leap/bitmask/gui/ui/preferences.ui index 5e30ea57..51cad0a1 100644 --- a/src/leap/bitmask/gui/ui/preferences.ui +++ b/src/leap/bitmask/gui/ui/preferences.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>520</width> - <height>439</height> + <width>630</width> + <height>500</height> </rect> </property> <property name="windowTitle"> @@ -60,6 +60,24 @@ <height>16777215</height> </size> </property> + <property name="styleSheet"> + <string notr="true">background: palette(base); border: 1px solid palette(dark); border-radius: 2px;</string> + </property> + <property name="frameShape"> + <enum>QFrame::StyledPanel</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Plain</enum> + </property> + <property name="lineWidth"> + <number>1</number> + </property> + <property name="midLineWidth"> + <number>0</number> + </property> + <property name="horizontalScrollBarPolicy"> + <enum>Qt::ScrollBarAlwaysOff</enum> + </property> <property name="iconSize"> <size> <width>32</width> |