[dconf-editor] Add separator.



commit cfad254e0787081329131bfa8ad682d97e6342d9
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Mon Dec 4 14:59:28 2017 +0100

    Add separator.

 editor/registry-info.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/editor/registry-info.vala b/editor/registry-info.vala
index 9067cbf..932ce6e 100644
--- a/editor/registry-info.vala
+++ b/editor/registry-info.vala
@@ -84,6 +84,7 @@ class RegistryInfo : Grid, BrowsableView
         if (dict.lookup ("defined-by",    "s", out tmp_string))  add_row_from_label (_("Defined by"),  
tmp_string);
         else assert_not_reached ();
         if (dict.lookup ("schema-id",     "s", out tmp_string))  add_row_from_label (_("Schema"),      
tmp_string);
+        add_separator ();
         if (dict.lookup ("summary",       "s", out tmp_string))  add_row_from_label (_("Summary"),     
tmp_string);
         if (dict.lookup ("description",   "s", out tmp_string))  add_row_from_label (_("Description"), 
tmp_string);
         /* Translators: as in datatype (integer, boolean, string, etc.) */


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