[Libreoffice-commits] core.git: 3 commits - cui/uiconfig
Thomas Arnhold
thomas at arnhold.org
Fri May 9 09:15:48 PDT 2014
cui/uiconfig/ui/areatabpage.ui | 4 ++--
cui/uiconfig/ui/gradientpage.ui | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 77e07086c9c5cac4841d2362c4ea89db0dd15b58
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Fri May 9 04:48:07 2014 +0200
add missing border to GradientLB
Change-Id: I72651d514e2cf5abdce4a3323fa515426ff0438a
diff --git a/cui/uiconfig/ui/gradientpage.ui b/cui/uiconfig/ui/gradientpage.ui
index daaba62..5843b2f 100644
--- a/cui/uiconfig/ui/gradientpage.ui
+++ b/cui/uiconfig/ui/gradientpage.ui
@@ -307,7 +307,7 @@
<property name="row_spacing">6</property>
<property name="column_spacing">6</property>
<child>
- <object class="svxlo-GradientLB" id="gradientslb">
+ <object class="svxlo-GradientLB" id="gradientslb:border">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="entry_text_column">0</property>
commit 17ad6fcdab4dee03da629e2f069dc33d3f46217f
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Fri May 9 04:39:30 2014 +0200
bring Tile and AutoFit back to the leven of Position
before ui-conversion both checkboxes were at the level of Position options.
Change-Id: Ie56937d64e657fba68ac8ffe44e5c42f2a576388
diff --git a/cui/uiconfig/ui/areatabpage.ui b/cui/uiconfig/ui/areatabpage.ui
index e219373..689778e 100644
--- a/cui/uiconfig/ui/areatabpage.ui
+++ b/cui/uiconfig/ui/areatabpage.ui
@@ -682,6 +682,7 @@
<object class="GtkBox" id="boxTILE">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="margin_left">12</property>
<property name="spacing">12</property>
<property name="homogeneous">True</property>
<child>
commit a529fe4273932d340056bb48edc20a3d439b44e1
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Fri May 9 04:23:19 2014 +0200
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
diff --git a/cui/uiconfig/ui/areatabpage.ui b/cui/uiconfig/ui/areatabpage.ui
index 4c11f61..e219373 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">
More information about the Libreoffice-commits
mailing list