diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-09 04:23:19 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-09 18:14:42 +0200 |
commit | a529fe4273932d340056bb48edc20a3d439b44e1 (patch) | |
tree | 4d6edc94278521ac3540f98d8bd27816650442be /cui/uiconfig | |
parent | e47fef4b5e46f35d18e36223b21403d624a951d3 (diff) |
set border_width to 6 px
otherwise Width and Height fields in Fill -> Bitmap will
be directly at the tab page border.
Also 12 px was too large on the left.
Change-Id: I4ae17020333d61bf80e02ea29989fbb4693da591
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/areatabpage.ui | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cui/uiconfig/ui/areatabpage.ui b/cui/uiconfig/ui/areatabpage.ui index 4c11f610b006..e219373ce5e8 100644 --- a/cui/uiconfig/ui/areatabpage.ui +++ b/cui/uiconfig/ui/areatabpage.ui @@ -22,8 +22,7 @@ <object class="GtkBox" id="AreaTabPage"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="margin_left">12</property> - <property name="margin_top">6</property> + <property name="border_width">6</property> <property name="spacing">6</property> <child> <object class="GtkFrame" id="Fill Frame"> |