diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-07-01 16:07:21 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-07-02 06:50:50 -0700 |
commit | c3e38b6da34561cae0f66c151527df55f99be9b0 (patch) | |
tree | c26483b007b5363a9c80c0d1a3c3fb0ee7e5bb4c | |
parent | 80f26912b070328806436fbd3d1d4a37a56e4bb6 (diff) | |
download | subsurface-c3e38b6da34561cae0f66c151527df55f99be9b0.tar.gz |
Notes pane: once again fix the layout
It seems nearly impossible to keep all these margins consistent.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | qt-ui/maintab.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index c7801666f..3623cf8db 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -167,6 +167,12 @@ </item> <item> <layout class="QVBoxLayout" name="verticalLayout"> + <property name="leftMargin"> + <number>5</number> + </property> + <property name="rightMargin"> + <number>5</number> + </property> <property name="spacing"> <number>0</number> </property> |