From 1e54c3f4a1bf93773cc6a7f5308dba1756e769fd Mon Sep 17 00:00:00 2001 From: waker Date: Sat, 30 Oct 2010 13:49:07 +0200 Subject: tab panel in GUI color settings is now scrollable --- plugins/gtkui/deadbeef.glade | 2 +- plugins/gtkui/interface.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/gtkui/deadbeef.glade b/plugins/gtkui/deadbeef.glade index 79b23da7..4f38af30 100644 --- a/plugins/gtkui/deadbeef.glade +++ b/plugins/gtkui/deadbeef.glade @@ -3001,7 +3001,7 @@ Album True True GTK_POS_TOP - False + True False diff --git a/plugins/gtkui/interface.c b/plugins/gtkui/interface.c index ede078f9..1b255c52 100644 --- a/plugins/gtkui/interface.c +++ b/plugins/gtkui/interface.c @@ -1882,6 +1882,7 @@ create_prefwin (void) gtk_widget_show (notebook4); gtk_container_add (GTK_CONTAINER (notebook), notebook4); gtk_container_set_border_width (GTK_CONTAINER (notebook4), 12); + gtk_notebook_set_scrollable (GTK_NOTEBOOK (notebook4), TRUE); vbox21 = gtk_vbox_new (FALSE, 8); gtk_widget_show (vbox21); -- cgit v1.2.3