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 /cui/uiconfig/ui/querydeletelinestyledialog.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 'cui/uiconfig/ui/querydeletelinestyledialog.ui')
-rw-r--r-- | cui/uiconfig/ui/querydeletelinestyledialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/uiconfig/ui/querydeletelinestyledialog.ui b/cui/uiconfig/ui/querydeletelinestyledialog.ui index 9aea902379ea..cd7cf015b886 100644 --- a/cui/uiconfig/ui/querydeletelinestyledialog.ui +++ b/cui/uiconfig/ui/querydeletelinestyledialog.ui @@ -3,7 +3,7 @@ <!-- interface-requires gtk+ 3.6 --> <object class="GtkMessageDialog" id="AskDelLineStyleDialog"> <property name="can_focus">False</property> - <property name="border_width">12</property> + <property name="border_width">6</property> <property name="title" translatable="yes">Delete line style?</property> <property name="resizable">False</property> <property name="type_hint">dialog</property> |