[gedit] spell-checker-dialog: make the misspelled word selectable



commit f548ae78970d0603ea150c76efa9f6147bc1882c
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Fri Aug 7 13:51:21 2015 +0200

    spell-checker-dialog: make the misspelled word selectable
    
    It can be useful to copy the word or part of the word.

 plugins/spell/resources/ui/spell-checker.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/spell/resources/ui/spell-checker.ui b/plugins/spell/resources/ui/spell-checker.ui
index b118801..57b2872 100644
--- a/plugins/spell/resources/ui/spell-checker.ui
+++ b/plugins/spell/resources/ui/spell-checker.ui
@@ -39,7 +39,7 @@
                 <property name="can_focus">False</property>
                 <property name="label" translatable="yes">word</property>
                 <property name="use_markup">True</property>
-                <property name="justify">center</property>
+                <property name="selectable">True</property>
                 <property name="xalign">0</property>
                 <attributes>
                   <attribute name="weight" value="bold"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]