[gnome-calendar/gnome-3-22] edit-dialog: also set top and bottom margins



commit c716fccba85e8f876b16bba54a6c8d7c3bec4fc1
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Mon Oct 3 19:37:08 2016 -0300

    edit-dialog: also set top and bottom margins
    
    It looks like the cursor at the "Notes" section of the
    edit dialog has no vertical space to breath, and it's
    a little bit annoying as it runs away from the expected
    position.
    
    Fix that by adding a small margin at the top and the bottom
    of the text view at the "Notes" section.

 data/ui/edit-dialog.ui |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/data/ui/edit-dialog.ui b/data/ui/edit-dialog.ui
index 2ea34dc..9e3a136 100644
--- a/data/ui/edit-dialog.ui
+++ b/data/ui/edit-dialog.ui
@@ -417,6 +417,8 @@
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="hexpand">True</property>
+                    <property name="top_margin">6</property>
+                    <property name="bottom_margin">6</property>
                     <property name="left_margin">6</property>
                     <property name="right_margin">6</property>
                     <property name="sensitive">True</property>


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