[gnome-boxes] display-toolbar: Don't apply menubar style class
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] display-toolbar: Don't apply menubar style class
- Date: Tue, 30 Sep 2014 13:14:59 +0000 (UTC)
commit 3dfd0f715dae4ad70f2c2dc8f804e0f487ec5c6f
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Tue Sep 30 14:10:02 2014 +0100
display-toolbar: Don't apply menubar style class
Applying of menubar style class seems to do nothing but remove padding
from left and right of the headerbar.
https://bugzilla.gnome.org/show_bug.cgi?id=737203
src/display-toolbar.vala | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/display-toolbar.vala b/src/display-toolbar.vala
index b752ef5..d11a2fe 100644
--- a/src/display-toolbar.vala
+++ b/src/display-toolbar.vala
@@ -31,7 +31,6 @@ private class Boxes.DisplayToolbar: Gtk.HeaderBar {
get_style_context ().add_class ("toolbar");
get_style_context ().add_class ("osd");
} else {
- get_style_context ().add_class (Gtk.STYLE_CLASS_MENUBAR);
show_close_button = true;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]