diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2014-09-27 19:20:46 -0500 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-09-28 19:42:47 +0000 |
commit | 89d408031bdaec1efb6731d673cd3e9cc52edaf5 (patch) | |
tree | 5aa84f30d5ce4bb49df2756f144bbd30832e66a6 /svtools/uiconfig/ui | |
parent | 559484d5871c7c0a7e771f75916c46f3a6a590ae (diff) |
border_width from 12 to 6, as the rest of dialogs
Second pass.
Change-Id: Ic4702d2ca7a9d54ee4712dcd073006f16b2d5d1d
Reviewed-on: https://gerrit.libreoffice.org/11669
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'svtools/uiconfig/ui')
-rw-r--r-- | svtools/uiconfig/ui/javadisableddialog.ui | 2 | ||||
-rw-r--r-- | svtools/uiconfig/ui/querydeletedialog.ui | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/svtools/uiconfig/ui/javadisableddialog.ui b/svtools/uiconfig/ui/javadisableddialog.ui index ade251b6fbbf..b8f9724e7a36 100644 --- a/svtools/uiconfig/ui/javadisableddialog.ui +++ b/svtools/uiconfig/ui/javadisableddialog.ui @@ -4,7 +4,7 @@ <requires lib="gtk+" version="3.0"/> <object class="GtkMessageDialog" id="JavaDisabledDialog"> <property name="can_focus">False</property> - <property name="border_width">12</property> + <property name="border_width">6</property> <property name="title" translatable="yes">Enable JRE?</property> <property name="resizable">False</property> <property name="type_hint">dialog</property> diff --git a/svtools/uiconfig/ui/querydeletedialog.ui b/svtools/uiconfig/ui/querydeletedialog.ui index 823772593f83..17486e1df879 100644 --- a/svtools/uiconfig/ui/querydeletedialog.ui +++ b/svtools/uiconfig/ui/querydeletedialog.ui @@ -3,7 +3,7 @@ <!-- interface-requires gtk+ 3.0 --> <object class="GtkMessageDialog" id="QueryDeleteDialog"> <property name="can_focus">False</property> - <property name="border_width">12</property> + <property name="border_width">6</property> <property name="title" translatable="yes">Confirm Delete</property> <property name="resizable">False</property> <property name="type_hint">dialog</property> |