[gnome-sound-recorder] Change usage label to wrap and justify text and add margins and spacing



commit 5345adcae81bb379e5df1f8a8dd7491035428a34
Author: mimi89999 <michel lebihan pl>
Date:   Sat May 2 11:44:03 2020 +0200

    Change usage label to wrap and justify text and add margins and spacing

 data/ui/window.ui | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/data/ui/window.ui b/data/ui/window.ui
index 9bdaa52..0b23d11 100644
--- a/data/ui/window.ui
+++ b/data/ui/window.ui
@@ -131,6 +131,7 @@
             <property name="can_focus">False</property>
             <property name="hexpand">True</property>
             <property name="vexpand">True</property>
+            <property name="margin">18</property>
             <child>
               <object class="GtkGrid">
                 <property name="visible">True</property>
@@ -139,6 +140,7 @@
                 <property name="valign">center</property>
                 <property name="hexpand">True</property>
                 <property name="vexpand">True</property>
+                <property name="row_spacing">6</property>
                 <child>
                   <object class="GtkImage">
                     <property name="visible">True</property>
@@ -162,7 +164,9 @@
                     <property name="can_focus">False</property>
                     <property name="label" translatable="yes">Use the &lt;b&gt;Record&lt;/b&gt; button to 
make sound recordings</property>
                     <property name="use_markup">True</property>
-                    <property name="max_width_chars">30</property>
+                    <property name="justify">center</property>
+                    <property name="wrap">True</property>
+                    <property name="max_width_chars">50</property>
                     <style>
                       <class name="dim-label"/>
                     </style>


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