[baobab] Add an arrow on the right of the location widget



commit f31bc6fc24ba3f7d8e227d401b47cb0c34ccca0d
Author: Stefano Facchini <stefano facchini gmail com>
Date:   Fri Sep 28 16:59:05 2012 +0200

    Add an arrow on the right of the location widget
    
    https://bugzilla.gnome.org/show_bug.cgi?id=685049

 src/baobab-location-widget.vala |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/baobab-location-widget.vala b/src/baobab-location-widget.vala
index fa0e4f2..890e1fb 100644
--- a/src/baobab-location-widget.vala
+++ b/src/baobab-location-widget.vala
@@ -90,6 +90,8 @@ namespace Baobab {
                 attach (usagebar, 2, 1, 1, 1);
             }
 
+            attach (new Gtk.Arrow (Gtk.ArrowType.RIGHT, Gtk.ShadowType.NONE), 3, 0, 1, 2);
+
             show_all ();
         }
     }



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