diff options
author | Jack Leigh <leighman@gmx.se> | 2013-03-15 18:15:18 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-03-15 20:21:55 +0000 |
commit | 26b05cb792bde1052d1a85926e902e3b3dafdc89 (patch) | |
tree | b2e299dada93e7ee7183329a923cf1a9dac86601 /desktop/uiconfig/ui | |
parent | 1b5898a3151097e85c768144e69ebb5601d5babb (diff) |
various .ui fixes caught by linter tool
Change-Id: Ic92ddc9550b33358a3bb0458b31a23f2c32fd46f
Reviewed-on: https://gerrit.libreoffice.org/2763
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'desktop/uiconfig/ui')
-rw-r--r-- | desktop/uiconfig/ui/cmdlinehelp.ui | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/desktop/uiconfig/ui/cmdlinehelp.ui b/desktop/uiconfig/ui/cmdlinehelp.ui index a21e9ba24e21..4c7714752250 100644 --- a/desktop/uiconfig/ui/cmdlinehelp.ui +++ b/desktop/uiconfig/ui/cmdlinehelp.ui @@ -3,7 +3,7 @@ <!-- interface-requires gtk+ 3.0 --> <object class="GtkDialog" id="CmdLineHelp"> <property name="can_focus">False</property> - <property name="border_width">5</property> + <property name="border_width">6</property> <property name="title" translatable="yes">Help Message</property> <property name="destroy_with_parent">True</property> <property name="type_hint">dialog</property> @@ -106,14 +106,12 @@ <child> <object class="GtkButton" id="button1"> <property name="label">gtk-close</property> - <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="has_default">True</property> <property name="receives_default">True</property> <property name="halign">center</property> - <property name="use_action_appearance">False</property> <property name="use_stock">True</property> </object> <packing> @@ -126,6 +124,7 @@ <packing> <property name="expand">False</property> <property name="fill">False</property> + <property name="pack_type">end</property> <property name="position">1</property> </packing> </child> |