[geary] Add SIDEBAR style class to sidebar: Closes bgno#720785
- From: Jim Nelson <jnelson src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary] Add SIDEBAR style class to sidebar: Closes bgno#720785
- Date: Fri, 20 Dec 2013 22:35:34 +0000 (UTC)
commit 79d0ea5a22c7c502e65a2160165d6411fb931b05
Author: William Jon McCann <william jon mccann gmail com>
Date: Fri Dec 20 14:35:07 2013 -0800
Add SIDEBAR style class to sidebar: Closes bgno#720785
src/client/components/main-window.vala | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/client/components/main-window.vala b/src/client/components/main-window.vala
index 0a6c6e4..a5af2cd 100644
--- a/src/client/components/main-window.vala
+++ b/src/client/components/main-window.vala
@@ -128,6 +128,7 @@ public class MainWindow : Gtk.ApplicationWindow {
status_bar.add(spinner);
status_bar_box.pack_start(folder_frame);
status_bar_box.pack_start(status_bar, false, false, 0);
+ status_bar_box.get_style_context().add_class(Gtk.STYLE_CLASS_SIDEBAR);
#if !HAVE_LIBGRANITE
folder_paned.get_style_context().add_class("sidebar-pane-separator");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]