[latexila] Shadow type of the build view



commit 036e139b6face383a38de82737297a54b16b8a38
Author: SÃbastien Wilmet <swilmet gnome org>
Date:   Thu Aug 9 21:56:02 2012 +0200

    Shadow type of the build view

 src/bottom_panel.vala |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/src/bottom_panel.vala b/src/bottom_panel.vala
index c6776c1..f1ee38c 100644
--- a/src/bottom_panel.vala
+++ b/src/bottom_panel.vala
@@ -27,9 +27,12 @@ public class BottomPanel : Grid
     {
         set_orientation (Orientation.HORIZONTAL);
 
-        Widget scrolled_window = Utils.add_scrollbar (build_view);
+        ScrolledWindow scrolled_window =
+            Utils.add_scrollbar (build_view) as ScrolledWindow;
+
         scrolled_window.expand = true;
         scrolled_window.show_all ();
+        scrolled_window.set_shadow_type (ShadowType.IN);
         add (scrolled_window);
 
         Grid grid = new Grid ();



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