[epiphany] bookmark-row: Insert left margin on the favicon of each bookmark



commit 9da3703097a93238d8db82e13c660fe48f7afb03
Author: Apostol Bakalov <apogza gmail com>
Date:   Sat Dec 1 22:22:28 2018 +0200

    bookmark-row: Insert left margin on the favicon of each bookmark
    
    The favicon appears right next to the left border
    of the container. Inserted 8px left margin to fix the view.
    
    Fixes: #496

 src/resources/gtk/bookmark-row.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/resources/gtk/bookmark-row.ui b/src/resources/gtk/bookmark-row.ui
index d7e4d4305..7abed9b89 100644
--- a/src/resources/gtk/bookmark-row.ui
+++ b/src/resources/gtk/bookmark-row.ui
@@ -14,6 +14,7 @@
         <child>
           <object class="GtkImage" id="favicon_image">
             <property name="visible">true</property>
+            <property name="margin_left">6</property>
           </object>
           <packing>
             <property name="pack-type">start</property>


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