diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-08-24 14:47:23 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-08-24 23:54:12 +0200 |
commit | 3da6bd8995bcdc727936185aff62c7681a86a239 (patch) | |
tree | e822236b64329a102a3182c897f210988f68d46a /sd/uiconfig | |
parent | 052ef59443015c5b8a21dcf978149d6e759a8663 (diff) |
tdf#136067 left align GtkMenuButtons contents
most already are, align the rest too and have
for gtk "fill" the label widget
Change-Id: I6f75c5c6ebaad0d2e3301854882aeaf3eab8580b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101280
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/uiconfig')
-rw-r--r-- | sd/uiconfig/simpress/ui/customanimationfragment.ui | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sd/uiconfig/simpress/ui/customanimationfragment.ui b/sd/uiconfig/simpress/ui/customanimationfragment.ui index c033ad55e457..d7bd3277e780 100644 --- a/sd/uiconfig/simpress/ui/customanimationfragment.ui +++ b/sd/uiconfig/simpress/ui/customanimationfragment.ui @@ -290,6 +290,7 @@ <property name="no_show_all">True</property> <property name="popup">menu</property> <property name="draw_indicator">True</property> + <property name="xalign">0</property> <property name="label" translatable="no"></property> <child> <placeholder/> @@ -321,6 +322,7 @@ <property name="no_show_all">True</property> <property name="popup">menu1</property> <property name="draw_indicator">True</property> + <property name="xalign">0</property> <property name="label" translatable="no"></property> <child> <placeholder/> @@ -352,6 +354,7 @@ <property name="no_show_all">True</property> <property name="popup">menu2</property> <property name="draw_indicator">True</property> + <property name="xalign">0</property> <property name="label" translatable="no"></property> <child> <placeholder/> @@ -383,6 +386,7 @@ <property name="no_show_all">True</property> <property name="popup">menu3</property> <property name="draw_indicator">True</property> + <property name="xalign">0</property> <property name="label" translatable="no"></property> <child> <placeholder/> @@ -414,6 +418,7 @@ <property name="no_show_all">True</property> <property name="popup">menu4</property> <property name="draw_indicator">True</property> + <property name="xalign">0</property> <property name="label" translatable="no"></property> <child> <placeholder/> |