[dconf-editor] Add a little right-padding to default editor entry



commit 8633a6705207f71832681b47cae2fb1f1f0f4ddc
Author: Davi da Silva Böger <dsboger gmail com>
Date:   Wed Nov 22 16:19:58 2017 -0200

    Add a little right-padding to default editor entry

 editor/dconf-view.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/editor/dconf-view.vala b/editor/dconf-view.vala
index 50544f4..6d32ecb 100644
--- a/editor/dconf-view.vala
+++ b/editor/dconf-view.vala
@@ -434,6 +434,7 @@ private class KeyEditorChildDefault : Entry, KeyEditorChild
 
         this.visible = true;
         this.hexpand = true;
+        this.margin_right = 6;
         this.secondary_icon_activatable = false;
         this.set_icon_tooltip_text (EntryIconPosition.SECONDARY, _("This value is invalid for the key 
type."));    // TODO report bug, not displayed, neither like that nor by setting secondary_icon_tooltip_text
 


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