vcl/uiconfig/ui/printdialog.ui |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 4aca1392079f16a32d0caeb52a8871163413da09
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Sat Feb 5 19:01:45 2022 +0000
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Sun Feb 6 14:08:58 2022 +0100

    Resolves: tdf#147218 label doesn't have use-underline set
    
    so the _ is shown to the user, not used to add an underline
    
    Change-Id: I2de707a2d1da8d842ef03497f9b8f69d37368f12
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129443
    Tested-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/vcl/uiconfig/ui/printdialog.ui b/vcl/uiconfig/ui/printdialog.ui
index f289f482a544..4084057c6564 100644
--- a/vcl/uiconfig/ui/printdialog.ui
+++ b/vcl/uiconfig/ui/printdialog.ui
@@ -1036,6 +1036,7 @@
                                                   <object class="GtkLabel" 
id="pagespersheettxt">
                                                     <property 
name="visible">True</property>
                                                     <property 
name="can-focus">False</property>
+                                                    <property 
name="use-underline">True</property>
                                                   </object>
                                                   <packing>
                                                     <property 
name="expand">False</property>

Reply via email to