[goobox] expand the playlist vertically
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [goobox] expand the playlist vertically
- Date: Sun, 3 Jun 2012 19:52:07 +0000 (UTC)
commit c11a833e9428e331dbac3841d9047a1946db5b04
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sun Jun 3 14:11:45 2012 +0200
expand the playlist vertically
src/goo-window.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/goo-window.c b/src/goo-window.c
index 750e163..54fa256 100644
--- a/src/goo-window.c
+++ b/src/goo-window.c
@@ -2520,6 +2520,7 @@ goo_window_construct (GooWindow *window,
gtk_container_set_border_width (GTK_CONTAINER (vbox), 0);
hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
+ gtk_widget_set_vexpand (hbox, FALSE);
gtk_container_set_border_width (GTK_CONTAINER (hbox), 6);
gtk_box_pack_start (GTK_BOX (vbox), hbox, FALSE, FALSE, 0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]