[seahorse] Fix line on top of the sidebar
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [seahorse] Fix line on top of the sidebar
- Date: Sat, 18 Feb 2012 18:56:01 +0000 (UTC)
commit 7e4b32e086b940135e7fe8ca3775ba9b79bf4bca
Author: Stef Walter <stefw gnome org>
Date: Sat Feb 18 20:52:50 2012 +0100
Fix line on top of the sidebar
https://bugzilla.gnome.org/show_bug.cgi?id=668782
libseahorse/seahorse.css | 8 ++++----
src/seahorse-sidebar.c | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/libseahorse/seahorse.css b/libseahorse/seahorse.css
index 698dd8f..94a6e17 100644
--- a/libseahorse/seahorse.css
+++ b/libseahorse/seahorse.css
@@ -1,12 +1,12 @@
-.sidebar .frame {
- border-width: 1 0 0 0;
+.sidebar {
+ border-width: 1px 0 0 0;
border-style: solid;
border-color: shade (@theme_bg_color, 0.66);
border-radius: 0;
}
.pane-separator {
- border-width: 1 1 0 0;
+ border-width: 1px 1px 0 0;
border-style: solid;
border-color: shade (@theme_bg_color, 0.66);
-}
\ No newline at end of file
+}
diff --git a/src/seahorse-sidebar.c b/src/seahorse-sidebar.c
index eabe4d6..9f0305a 100644
--- a/src/seahorse-sidebar.c
+++ b/src/seahorse-sidebar.c
@@ -1207,7 +1207,7 @@ seahorse_sidebar_constructed (GObject *obj)
GTK_POLICY_AUTOMATIC);
gtk_scrolled_window_set_hadjustment (GTK_SCROLLED_WINDOW (self), NULL);
gtk_scrolled_window_set_vadjustment (GTK_SCROLLED_WINDOW (self), NULL);
- gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (self), GTK_SHADOW_NONE);
+ gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (self), GTK_SHADOW_OUT);
gtk_style_context_set_junction_sides (gtk_widget_get_style_context (GTK_WIDGET (self)),
GTK_JUNCTION_RIGHT | GTK_JUNCTION_LEFT);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]