diff options
author | Saturneric <[email protected]> | 2021-12-13 16:43:17 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-12-13 16:43:17 +0000 |
commit | 71bec7d8b0715bfc2ac953ef8051c96fa27c0682 (patch) | |
tree | dccc073271c4165f375783ed95aa839099a19e60 /ui/InfoBoard.ui | |
parent | Merge pull request #31 from saturneric/develop-ui (diff) | |
download | GpgFrontend-71bec7d8b0715bfc2ac953ef8051c96fa27c0682.tar.gz GpgFrontend-71bec7d8b0715bfc2ac953ef8051c96fa27c0682.zip |
Improve UI & Fixed.
Diffstat (limited to 'ui/InfoBoard.ui')
-rw-r--r-- | ui/InfoBoard.ui | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ui/InfoBoard.ui b/ui/InfoBoard.ui index dcfe9e4e..1aac29aa 100644 --- a/ui/InfoBoard.ui +++ b/ui/InfoBoard.ui @@ -29,6 +29,9 @@ </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_4"> + <property name="sizeConstraint"> + <enum>QLayout::SetNoConstraint</enum> + </property> <item alignment="Qt::AlignLeft"> <widget class="QWidget" name="horizontalWidget" native="true"> <property name="sizePolicy"> @@ -38,6 +41,24 @@ </sizepolicy> </property> <layout class="QHBoxLayout" name="horizontalLayout_2"> + <property name="spacing"> + <number>5</number> + </property> + <property name="sizeConstraint"> + <enum>QLayout::SetNoConstraint</enum> + </property> + <property name="leftMargin"> + <number>0</number> + </property> + <property name="topMargin"> + <number>0</number> + </property> + <property name="rightMargin"> + <number>0</number> + </property> + <property name="bottomMargin"> + <number>0</number> + </property> <item alignment="Qt::AlignLeft"> <widget class="QLabel" name="actionLabel"> <property name="text"> |