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



commit 65c619b4330d3a874028de7c350ad0d8b592d914
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 e019e83..289f307 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]