sc/uiconfig/scalc/ui/recalcquerydialog.ui | 1 + 1 file changed, 1 insertion(+)
New commits: commit dbba4c85e13ecd226f17550ca458738b9be24872 Author: Adolfo Jayme Barrientos <[email protected]> AuthorDate: Sat Oct 13 01:27:41 2018 -0500 Commit: Caolán McNamara <[email protected]> CommitDate: Tue Oct 16 11:00:37 2018 +0200 Fix a weird checkbox label in Calc’s recalculation prompt GTK+’s dumb defaults strike again! Similar to 7da61ec6d8ab6312b45ef7d683f3ec24e6b2b570. Found while triaging tdf#120513. Change-Id: I9ade695184cbcc9f1de9f11b20aa751754263586 (cherry picked from commit b9234b43ed259a10cf9077032af0f79740f01d8b) Reviewed-on: https://gerrit.libreoffice.org/61736 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/sc/uiconfig/scalc/ui/recalcquerydialog.ui b/sc/uiconfig/scalc/ui/recalcquerydialog.ui index 05c1ccc60ff0..04c185f63326 100644 --- a/sc/uiconfig/scalc/ui/recalcquerydialog.ui +++ b/sc/uiconfig/scalc/ui/recalcquerydialog.ui @@ -31,6 +31,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> + <property name="halign">start</property> <property name="use_underline">True</property> <property name="draw_indicator">True</property> </object> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
