[gimp/gimp-2-10] Issue #3655 - Cannot edit long lines of metadata (no scroll bar)



commit 2d5f759ac16bddabb2ba6d2908888e1d287c3e97
Author: Michael Natterer <mitch gimp org>
Date:   Fri Sep 6 17:35:53 2019 +0200

    Issue #3655 - Cannot edit long lines of metadata (no scroll bar)
    
    Set the crollbar policy to automatic.

 plug-ins/ui/plug-in-metadata-editor.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plug-ins/ui/plug-in-metadata-editor.ui b/plug-ins/ui/plug-in-metadata-editor.ui
index e11e943d13..ff3a00830a 100644
--- a/plug-ins/ui/plug-in-metadata-editor.ui
+++ b/plug-ins/ui/plug-in-metadata-editor.ui
@@ -289,7 +289,7 @@
                               <object class="GtkScrolledWindow" id="caption_scroll">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="hscrollbar_policy">never</property>
+                                <property name="hscrollbar_policy">automatic</property>
                                 <property name="vscrollbar_policy">automatic</property>
                                 <property name="shadow_type">in</property>
                                 <child>


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