[gnome-builder] views: make document button more obviously a button



commit 70eab26599bc23f37ac63291c4cf4d128ba6cb5d
Author: Christian Hergert <christian hergert me>
Date:   Mon Sep 14 02:57:09 2015 -0700

    views: make document button more obviously a button

 data/ui/gb-view-stack.ui |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)
---
diff --git a/data/ui/gb-view-stack.ui b/data/ui/gb-view-stack.ui
index b5c12a2..4f16f62 100644
--- a/data/ui/gb-view-stack.ui
+++ b/data/ui/gb-view-stack.ui
@@ -105,17 +105,33 @@
                             <property name="hexpand">false</property>
                             <property name="visible">true</property>
                             <property name="ellipsize">start</property>
+                            <property name="valign">baseline</property>
                           </object>
                         </child>
                         <child>
                           <object class="GtkLabel" id="modified_label">
                             <property name="halign">fill</property>
                             <property name="hexpand">true</property>
-                            <property name="xalign">0.0</property>
+                            <property name="xalign">1.0</property>
                             <property name="label">•</property>
+                            <property name="valign">baseline</property>
                             <property name="visible">false</property>
                           </object>
                           <packing>
+                            <property name="pack-type">start</property>
+                          </packing>
+                        </child>
+                        <child>
+                          <object class="GtkArrow">
+                            <property name="arrow-type">down</property>
+                            <property name="xalign">0.0</property>
+                            <property name="valign">baseline</property>
+                            <property name="visible">true</property>
+                            <style>
+                              <class name="dim-label"/>
+                            </style>
+                          </object>
+                          <packing>
                             <property name="pack-type">end</property>
                           </packing>
                         </child>


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