diff options
author | Alexey Yakovenko <waker@users.sourceforge.net> | 2014-02-17 21:14:30 +0100 |
---|---|---|
committer | Alexey Yakovenko <waker@users.sourceforge.net> | 2014-02-17 21:14:30 +0100 |
commit | ad0a396c181349e77bda1e6fbecaa8e755662a40 (patch) | |
tree | 5e7ae70e4f9b158fa1573cb7177e00017d40ab46 | |
parent | dc71a9bbf6774ea2bf768466389009e957c787d6 (diff) |
gtkui: add toolbar/seekbar/volumebar to the default layout
-rw-r--r-- | plugins/gtkui/gtkui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtkui/gtkui.c b/plugins/gtkui/gtkui.c index 6c83a1a4..f9aac874 100644 --- a/plugins/gtkui/gtkui.c +++ b/plugins/gtkui/gtkui.c @@ -808,7 +808,7 @@ init_widget_layout (void) { // load layout char layout[20000]; - deadbeef->conf_get_str ("gtkui.layout", "tabbed_playlist \"\" { }", layout, sizeof (layout)); + deadbeef->conf_get_str ("gtkui.layout", "vbox expand=\"0 1\" fill=\"1 1\" homogeneous=0 {hbox expand=\"0 1 0\" fill=\"1 1 1\" homogeneous=0 {playtb {} seekbar {} volumebar {} } tabbed_playlist hideheaders=0 {} }", layout, sizeof (layout)); ddb_gtkui_widget_t *w = NULL; w_create_from_string (layout, &w); |