diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-12-21 14:00:42 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-12-22 10:16:42 +0100 |
commit | 4491cee27c80bc83493136b323af5bdd128352e7 (patch) | |
tree | 3e05e3b089b28943bef5fbb36552e4116bab3369 /vcl/uiconfig | |
parent | e5cf818c887fdd0ab43b5434d39cd9d3fde997e6 (diff) |
replace margin-left with margin-start and margin-right with margin-end
Change-Id: Iee3cc8c22b393ca420d0ed68673c61fe7ef240ba
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108113
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/uiconfig')
-rw-r--r-- | vcl/uiconfig/ui/aboutbox.ui | 4 | ||||
-rw-r--r-- | vcl/uiconfig/ui/printdialog.ui | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/vcl/uiconfig/ui/aboutbox.ui b/vcl/uiconfig/ui/aboutbox.ui index 560c84d89dc1..e435c0e9e8a5 100644 --- a/vcl/uiconfig/ui/aboutbox.ui +++ b/vcl/uiconfig/ui/aboutbox.ui @@ -108,8 +108,8 @@ <object class="GtkLabel" id="copyright"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="margin_left">12</property> - <property name="margin_right">12</property> + <property name="margin-start">12</property> + <property name="margin-end">12</property> <property name="hexpand">True</property> <property name="justify">center</property> <property name="wrap">True</property> diff --git a/vcl/uiconfig/ui/printdialog.ui b/vcl/uiconfig/ui/printdialog.ui index 8f7a3e148fee..eeb4fd04fe9c 100644 --- a/vcl/uiconfig/ui/printdialog.ui +++ b/vcl/uiconfig/ui/printdialog.ui @@ -137,7 +137,7 @@ <object class="GtkBox" id="box2"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="margin_right">6</property> + <property name="margin-end">6</property> <property name="hexpand">True</property> <property name="orientation">vertical</property> <property name="spacing">12</property> @@ -152,7 +152,7 @@ <property name="can_focus">False</property> <property name="events">GDK_STRUCTURE_MASK | GDK_SCROLL_MASK</property> <property name="tooltip_text" translatable="yes" context="printdialog|printpreview">Print preview</property> - <property name="margin_right">6</property> + <property name="margin-end">6</property> <child internal-child="accessible"> <object class="AtkObject" id="preview-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|preview">The preview shows how each sheet of paper will look. You can browse through all sheets of paper with the buttons below the preview.</property> @@ -345,7 +345,7 @@ <object class="GtkNotebook" id="tabcontrol"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="margin_left">6</property> + <property name="margin-start">6</property> <property name="vexpand">True</property> <child> <object class="GtkScrolledWindow" id="scrolledwindow"> |