diff options
author | Joren De Cuyper <joren.libreoffice@telenet.be> | 2013-02-08 14:34:02 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-02-08 14:55:43 +0000 |
commit | f10ba07935951e6c74663a35de9a79b7d66beb37 (patch) | |
tree | f9866d5df6d66bc6826ffc00ae7fc2380ade9b7f /vcl/uiconfig | |
parent | da2cdc885b0a013521dde71b0b15e431ee384821 (diff) |
resolve fdo#60450 - Printer list is missing its border in Print dialog
Change-Id: I2e28b9f9d52bcb01b04f98d39d12b6d8a627bec5
Reviewed-on: https://gerrit.libreoffice.org/2043
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/uiconfig')
-rw-r--r-- | vcl/uiconfig/ui/printdialog.ui | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/uiconfig/ui/printdialog.ui b/vcl/uiconfig/ui/printdialog.ui index 22e759c1213a..731d4c0cb2c2 100644 --- a/vcl/uiconfig/ui/printdialog.ui +++ b/vcl/uiconfig/ui/printdialog.ui @@ -339,7 +339,7 @@ </packing> </child> <child> - <object class="GtkTreeView" id="printers"> + <object class="GtkTreeView" id="printers:border"> <property name="height_request">100</property> <property name="visible">True</property> <property name="can_focus">True</property> @@ -362,6 +362,7 @@ <object class="GtkLabel" id="label5"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="margin_top">6</property> <property name="label" translatable="yes">Printer</property> <attributes> <attribute name="weight" value="bold"/> |