[gnome-documents] searchbar: Remove 'raised' style class
- From: Alessandro Bono <abono src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents] searchbar: Remove 'raised' style class
- Date: Sat, 23 Apr 2016 06:50:00 +0000 (UTC)
commit 7b991aedd37c9789a9be0dc53fd9d3b2c937ad36
Author: Alessandro Bono <abono gnome org>
Date: Sat Apr 9 13:09:09 2016 +0200
searchbar: Remove 'raised' style class
It is a NOP in current Adwaita.
https://bugzilla.gnome.org/show_bug.cgi?id=765343
src/searchbar.js | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/searchbar.js b/src/searchbar.js
index 4af28c1..5d6b7cd 100644
--- a/src/searchbar.js
+++ b/src/searchbar.js
@@ -208,7 +208,6 @@ const OverviewSearchbar = new Lang.Class({
this._dropdownButton = new Gtk.ToggleButton(
{ child: new Gtk.Image({ icon_name: 'pan-down-symbolic',
icon_size: Gtk.IconSize.MENU }) });
- this._dropdownButton.get_style_context().add_class('raised');
this._dropdownButton.get_style_context().add_class('image-button');
this._dropdownButton.connect('toggled', Lang.bind(this,
function() {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]