[rhythmbox] fix some more borders around tree views
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] fix some more borders around tree views
- Date: Sun, 22 Mar 2015 07:41:53 +0000 (UTC)
commit 193f807f79c380061dba3baa269694c664c6cca4
Author: Jonathan Matthew <jonathan d14n org>
Date: Sun Mar 22 17:41:14 2015 +1000
fix some more borders around tree views
data/ui/podcast-add-dialog.ui | 2 +-
plugins/grilo/rb-grilo-source.c | 2 +-
plugins/soundcloud/soundcloud.ui | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/ui/podcast-add-dialog.ui b/data/ui/podcast-add-dialog.ui
index f998fbe..8c0e4d6 100644
--- a/data/ui/podcast-add-dialog.ui
+++ b/data/ui/podcast-add-dialog.ui
@@ -93,7 +93,7 @@ Subscribe to podcasts to download new episodes as they are published.</property>
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
- <property name="shadow_type">etched-in</property>
+ <property name="shadow_type">none</property>
<child>
<object class="GtkTreeView" id="feed-view">
<property name="visible">True</property>
diff --git a/plugins/grilo/rb-grilo-source.c b/plugins/grilo/rb-grilo-source.c
index 9aae67e..103e06b 100644
--- a/plugins/grilo/rb-grilo-source.c
+++ b/plugins/grilo/rb-grilo-source.c
@@ -361,7 +361,7 @@ rb_grilo_source_constructed (GObject *object)
g_signal_connect (selection, "changed", G_CALLBACK (browser_selection_changed_cb), source);
scrolled = gtk_scrolled_window_new (NULL, NULL);
- gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (scrolled), GTK_SHADOW_IN);
+ gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (scrolled), GTK_SHADOW_NONE);
adjustment = gtk_scrolled_window_get_vadjustment (GTK_SCROLLED_WINDOW (scrolled));
g_signal_connect (adjustment, "changed", G_CALLBACK (scroll_adjust_changed_cb), source);
g_signal_connect (adjustment, "value-changed", G_CALLBACK (scroll_adjust_value_changed_cb), source);
diff --git a/plugins/soundcloud/soundcloud.ui b/plugins/soundcloud/soundcloud.ui
index e45a747..d6cc157 100644
--- a/plugins/soundcloud/soundcloud.ui
+++ b/plugins/soundcloud/soundcloud.ui
@@ -33,7 +33,7 @@
<property name="width_request">150</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="shadow_type">in</property>
+ <property name="shadow_type">none</property>
<child>
<object class="GtkTreeView" id="containers">
<property name="visible">True</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]