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 /desktop | |
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 'desktop')
-rw-r--r-- | desktop/uiconfig/ui/installforalldialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/uiconfig/ui/installforalldialog.ui b/desktop/uiconfig/ui/installforalldialog.ui index 99dbaf236b8e..354afcf280cb 100644 --- a/desktop/uiconfig/ui/installforalldialog.ui +++ b/desktop/uiconfig/ui/installforalldialog.ui @@ -4,7 +4,7 @@ <requires lib="gtk+" version="3.0"/> <object class="GtkMessageDialog" id="InstallForAllDialog"> <property name="can_focus">False</property> - <property name="border_width">12</property> + <property name="border_width">6</property> <property name="resizable">False</property> <property name="type_hint">dialog</property> <property name="skip_taskbar_hint">True</property> |