[gnome-calendar/gbsneto/event-editor-improvements] notes-section: Remove scrolled window



commit ced902f53cc4844e552e6e88726594d7ef251a41
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue Nov 10 11:25:38 2020 -0300

    notes-section: Remove scrolled window
    
    The entire dialog is wrapped under a scrolled window, it
    doesn't make much sense to have yet another one for the
    notes. This is a relif of times when the edit dialog didn't
    have a scrolled window.
    
    Remove the scrolled window of the notes section.

 src/gui/event-editor/gcal-notes-section.ui | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/gui/event-editor/gcal-notes-section.ui b/src/gui/event-editor/gcal-notes-section.ui
index b7830955..8b7bbe61 100644
--- a/src/gui/event-editor/gcal-notes-section.ui
+++ b/src/gui/event-editor/gcal-notes-section.ui
@@ -4,12 +4,12 @@
     <property name="can_focus">False</property>
 
     <child>
-      <object class="GtkScrolledWindow">
-        <property name="min_content_height">120</property>
+      <object class="GtkBox">
         <property name="visible">True</property>
-        <property name="can_focus">True</property>
-        <property name="vexpand">True</property>
-        <property name="shadow_type">in</property>
+        <style>
+          <class name="frame" />
+        </style>
+
         <child>
           <object class="GtkTextView" id="notes_text">
             <property name="visible">True</property>


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