diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-12-30 18:51:00 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-01-01 17:06:59 +0100 |
commit | ec7722e94fd074322876421d2423a830f9406cc8 (patch) | |
tree | 8fc31a648e0133e5fbec35548fbdb5f59e344cd9 /sc/uiconfig/scalc/ui/headerfootercontent.ui | |
parent | 12ae14a20c7f2e62887ac768b7f031d0be4a574b (diff) |
drop deprecated GtkAlignment, move left/top-padding into child margin-start/top
for sc
Change-Id: I507c7bea2ed27dc7d4ade032e3b4aff96fa38003
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108544
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/uiconfig/scalc/ui/headerfootercontent.ui')
-rw-r--r-- | sc/uiconfig/scalc/ui/headerfootercontent.ui | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/sc/uiconfig/scalc/ui/headerfootercontent.ui b/sc/uiconfig/scalc/ui/headerfootercontent.ui index 42922596b7de..a7b33287f4c3 100644 --- a/sc/uiconfig/scalc/ui/headerfootercontent.ui +++ b/sc/uiconfig/scalc/ui/headerfootercontent.ui @@ -482,18 +482,12 @@ <property name="label_xalign">0</property> <property name="shadow_type">none</property> <child> - <object class="GtkAlignment" id="alignment1"> + <object class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="top_padding">6</property> - <property name="left_padding">12</property> - <child> - <object class="GtkLabel" id="label2"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="label" translatable="yes" context="headerfootercontent|label2">Use the buttons to change the font or insert field commands such as date, time, etc.</property> - </object> - </child> + <property name="label" translatable="yes" context="headerfootercontent|label2">Use the buttons to change the font or insert field commands such as date, time, etc.</property> + <property name="margin-start">12</property> + <property name="margin-top">6</property> </object> </child> <child type="label"> |