diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-30 13:06:49 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-31 11:36:34 +0100 |
commit | 5dcf6ff6b9f4f8b33c59cc98ccde853a927bc8cd (patch) | |
tree | 533a1b9121c4dacb7b032c2e525985530fd78163 | |
parent | 977c9933535f62c729f2111e0734f8bd2263377b (diff) |
fix label alignment
Change-Id: Ic2fa0432d5bbba6f1e520e36cada4743dcd8e4af
Reviewed-on: https://gerrit.libreoffice.org/81770
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | cui/uiconfig/ui/effectspage.ui | 8 | ||||
-rw-r--r-- | solenv/sanitizers/ui/cui.suppr | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/cui/uiconfig/ui/effectspage.ui b/cui/uiconfig/ui/effectspage.ui index 12ab1834f0a0..cdea5a4e2580 100644 --- a/cui/uiconfig/ui/effectspage.ui +++ b/cui/uiconfig/ui/effectspage.ui @@ -611,12 +611,14 @@ <object class="GtkSizeGroup" id="sizegroup1"> <property name="ignore_hidden">True</property> <widgets> - <widget name="fontcolorft"/> + <widget name="effectsft"/> + <widget name="reliefft"/> + <widget name="positionft"/> + <widget name="emphasisft"/> <widget name="label3"/> <widget name="label4"/> <widget name="label5"/> - <widget name="effectsft"/> - <widget name="reliefft"/> + <widget name="fontcolorft"/> </widgets> </object> <object class="GtkSizeGroup" id="sizegroup2"> diff --git a/solenv/sanitizers/ui/cui.suppr b/solenv/sanitizers/ui/cui.suppr index d417663db12c..8be8a6a251d6 100644 --- a/solenv/sanitizers/ui/cui.suppr +++ b/solenv/sanitizers/ui/cui.suppr @@ -122,8 +122,6 @@ cui/uiconfig/ui/fmsearchdialog.ui://GtkLabel[@id='ftHint'] orphan-label cui/uiconfig/ui/gradientpage.ui://GtkLabel[@id='centerft'] orphan-label cui/uiconfig/ui/gradientpage.ui://GtkScale[@id='angleslider'] no-labelled-by cui/uiconfig/ui/gradientpage.ui://GtkScale[@id='borderslider'] no-labelled-by -cui/uiconfig/ui/effectspage.ui://GtkLabel[@id='label1'] orphan-label -cui/uiconfig/ui/effectspage.ui://GtkLabel[@id='label2'] orphan-label cui/uiconfig/ui/effectspage.ui://GtkLabel[@id='a11ywarning'] orphan-label cui/uiconfig/ui/eventsconfigpage.ui://GtkLabel[@id='label1'] orphan-label cui/uiconfig/ui/galleryapplyprogress.ui://GtkLabel[@id='file'] orphan-label |