[dconf-editor] Tweak the bookmarks' popover.



commit d556e8a044103b17f111973cbead687b19e3da0e
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Tue Oct 13 22:50:30 2015 +0200

    Tweak the bookmarks' popover.

 editor/bookmark.ui     |    2 ++
 editor/dconf-editor.ui |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/editor/bookmark.ui b/editor/bookmark.ui
index 10c9dd7..206b034 100644
--- a/editor/bookmark.ui
+++ b/editor/bookmark.ui
@@ -9,6 +9,8 @@
         <property name="visible">True</property>
         <property name="hexpand">True</property>
         <property name="halign">start</property>
+        <property name="max-width-chars">42</property>
+        <property name="ellipsize">PANGO_ELLIPSIZE_START</property>
       </object>
     </child>
     <child>
diff --git a/editor/dconf-editor.ui b/editor/dconf-editor.ui
index cb4d752..5c799be 100644
--- a/editor/dconf-editor.ui
+++ b/editor/dconf-editor.ui
@@ -3,7 +3,7 @@
   <!-- interface-requires gtk+ 3.0 -->
   <object class="GtkPopover" id="bookmarks_popover">
     <property name="width-request">250</property>
-    <property name="height-request">222</property>
+    <property name="height-request">250</property>
     <child>
       <object class="GtkGrid">
         <property name="visible">True</property>


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