diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-02-20 20:21:30 +0000 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-02-21 08:32:39 +0000 |
commit | b2e55c2f4dc2bdc780e70f771650b82819166953 (patch) | |
tree | 2f04017b91355a6c171b8e3249af930e10c03ed6 /sw | |
parent | 310b5976bb827a0ffb274f70878852e4474a0559 (diff) |
Related: fdo#60920 various efforts to consistently apply HIG rules
(cherry picked from commit 76bc43823a53d76e49260a601e893bc1a791fb03)
Change-Id: Ic55935d449cf69eb69da1be5bdb44d93f56f7d88
Reviewed-on: https://gerrit.libreoffice.org/2301
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/uiconfig/swriter/ui/splittable.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/uiconfig/swriter/ui/splittable.ui b/sw/uiconfig/swriter/ui/splittable.ui index 06b12ab257a1..a10c5f191b2f 100644 --- a/sw/uiconfig/swriter/ui/splittable.ui +++ b/sw/uiconfig/swriter/ui/splittable.ui @@ -3,14 +3,14 @@ <!-- interface-requires gtk+ 3.0 --> <object class="GtkDialog" id="SplitTableDialog"> <property name="can_focus">False</property> - <property name="border_width">5</property> + <property name="border_width">6</property> <property name="title" translatable="yes">Split Table</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> <property name="can_focus">False</property> <property name="orientation">vertical</property> - <property name="spacing">2</property> + <property name="spacing">12</property> <child internal-child="action_area"> <object class="GtkButtonBox" id="dialog-action_area1"> <property name="can_focus">False</property> @@ -76,14 +76,14 @@ <object class="GtkAlignment" id="alignment1"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="top_padding">5</property> + <property name="top_padding">6</property> <property name="left_padding">12</property> <child> <object class="GtkGrid" id="grid1"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="row_spacing">6</property> - <property name="column_spacing">5</property> + <property name="column_spacing">6</property> <child> <object class="GtkRadioButton" id="copyheading"> <property name="label" translatable="yes">Copy heading</property> |