[rhythmbox: 5/8] song-info: basic-tab - expand and wrap song comments




commit 0887426193c6b1dfc8f3f10866d953056dbbc2d5
Author: crvi <crvisqr gmail com>
Date:   Mon Feb 17 21:52:10 2020 +0530

    song-info: basic-tab - expand and wrap song comments

 data/ui/song-info.ui | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/data/ui/song-info.ui b/data/ui/song-info.ui
index c69e9cdbd..eb6d707e0 100644
--- a/data/ui/song-info.ui
+++ b/data/ui/song-info.ui
@@ -286,6 +286,9 @@
                   <object class="GtkTextView" id="song_info_comment">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
+                    <property name="hexpand">True</property>
+                    <property name="vexpand">True</property>
+                    <property name="wrap_mode">word</property>
                   </object>
                 </child>
               </object>


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