diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-02-05 19:01:45 +0000 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-02-06 14:07:28 +0100 |
commit | 57a9a2f2c7b60b1edffae0a070f0eefaedcf9e6d (patch) | |
tree | cd126834634e409d3eeabb0f6769993d3f5b23fb | |
parent | c9098f931d6c22827477d4e0e423ad08db0e5ad0 (diff) |
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/+/129442
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | vcl/uiconfig/ui/printdialog.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/uiconfig/ui/printdialog.ui b/vcl/uiconfig/ui/printdialog.ui index 3c6bc3d86a04..9d941db942a2 100644 --- a/vcl/uiconfig/ui/printdialog.ui +++ b/vcl/uiconfig/ui/printdialog.ui @@ -1043,6 +1043,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> |