[latexila] Fix style of the build view toolbar
- From: SÃbastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [latexila] Fix style of the build view toolbar
- Date: Fri, 13 Apr 2012 19:55:22 +0000 (UTC)
commit 0676d468311015a343a2abf4dd2f3c3965acd993
Author: SÃbastien Wilmet <swilmet src gnome org>
Date: Fri Apr 13 20:51:54 2012 +0200
Fix style of the build view toolbar
With GTK+ 3.2 it was ugly without removing the class style, now in
GTK+Â3.4 it's OK to keep it.
src/build_view.vala | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/build_view.vala b/src/build_view.vala
index f91592f..9681936 100644
--- a/src/build_view.vala
+++ b/src/build_view.vala
@@ -182,9 +182,6 @@ public class BuildView : Grid
grid.add (close_button);
toolbar.set_vexpand (true);
- StyleContext context = toolbar.get_style_context ();
- context.remove_class (Gtk.STYLE_CLASS_TOOLBAR);
-
grid.add (toolbar);
add (grid);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]