diff options
author | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2019-09-13 10:55:28 +0200 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2019-09-13 14:25:24 +0200 |
commit | 22f3cca81039ac97bee96ba47498fbea1ccc1557 (patch) | |
tree | 4ca9e08a99dce8868b2aae3d3816c1d8c715ce44 /cui | |
parent | 3d85f485dee1c4e0c3a30f2e088fe34be69e1b06 (diff) |
Revert "Resolves tdf#127317 - Make text of tips of the day selectable"
Selectable text makes the GtkLabel unwrap; revert is needed until the control works properly
This reverts commit 54a3044ebd7f946235ba1d0a8af11ad94872afb7.
Change-Id: I7b63e0e29a22f3feddac99ac42735a1880a9b1c2
Reviewed-on: https://gerrit.libreoffice.org/78864
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/tipofthedaydialog.ui | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/uiconfig/ui/tipofthedaydialog.ui b/cui/uiconfig/ui/tipofthedaydialog.ui index 8807f7bb6dfe..a24a90107243 100644 --- a/cui/uiconfig/ui/tipofthedaydialog.ui +++ b/cui/uiconfig/ui/tipofthedaydialog.ui @@ -140,7 +140,6 @@ <property name="can_focus">False</property> <property name="vexpand">True</property> <property name="wrap">True</property> - <property name="selectable">True</property> <property name="max_width_chars">50</property> </object> <packing> |