[gnome-text-editor: 2/3] window: ensure the status page description can wrap




commit cd8a1c89787b49b25335cb301bde9687c0dade2b
Author: Arnaud Ferraris <arnaud ferraris collabora com>
Date:   Tue Jun 21 15:52:59 2022 +0200

    window: ensure the status page description can wrap
    
    Otherwise it can make the window too wide depending on the user's
    current locale.

 src/editor-window.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/editor-window.ui b/src/editor-window.ui
index a602ec7..da6035f 100644
--- a/src/editor-window.ui
+++ b/src/editor-window.ui
@@ -176,6 +176,7 @@
 • Press Ctrl+O to browse for a document
 
 Or, press Ctrl+W to close the window.</property>
+                    <property name="wrap">True</property>
                   </object>
                 </property>
               </object>


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