diff --git a/share/ocarina/ocarina6.glade b/share/ocarina/ocarina6.glade index ceffef59..2b3af9e5 100644 --- a/share/ocarina/ocarina6.glade +++ b/share/ocarina/ocarina6.glade @@ -602,163 +602,238 @@ True - + True - True - 1 - in + False + vertical - + True False + center + center + 5 + spread - + + True + True + True + center + + + True + False + 10 + 2 + media-playlist-shuffle + + + + + False + False + 0 + True + + + + + True + True + True + center + + + True + False + 10 + 2 + media-playlist-repeat + + + + + False + False + 1 + True + + + + + False + True + 0 + + + + + True + True + 1 + 5 + 5 + in + + True False - vertical - + True - True - o_sidebar_store - False - False - 10 - True - - - - - - + False + vertical - - Image - - - - 0 - 1 - - - - - - - Text - - - - 2 - - - - - - - False - True - 0 - - - - - True - True - start - o_playlist_store - False - True - - - - - - - - Image - - - 1 + + True + True + o_sidebar_store + False + False + 10 + True + + + + - - 0 - - - - - - column - - - 1 - - - - - - - False - True - 1 - - - - - True - True - o_collection_store - False - True - - - - - - - - - - - Image - - - 1 + + Image + + + + 0 + 1 + + + + + + + Text + + + + 2 + + - - 0 - + + False + True + 0 + - - Path + + True + True + start + o_playlist_store + False + True + + + + + - - - 1 - + + Image + + + 1 + + + 0 + + + + + + + column + + + + 1 + + + + + False + True + 1 + + + + + True + True + o_collection_store + False + True + + + + + + + + + + + Image + + + 1 + + + 0 + + + + + + + Path + + + + 1 + + + + + + + True + True + 2 + - - True - True - 2 - + + True + True + 1 + False - True + False diff --git a/tests/gui/sidebar.c b/tests/gui/sidebar.c index 1db00e1d..c6229bdc 100644 --- a/tests/gui/sidebar.c +++ b/tests/gui/sidebar.c @@ -23,10 +23,9 @@ static void test_sidebar() gui_builder_init("share/ocarina/ocarina6.glade"); gui_settings_init(); gui_sidebar_init(); - paned = GTK_PANED(gui_builder_widget("o_sidebar")); + paned = GTK_PANED(gui_builder_widget("o_sidebar")); test_equal(gui_settings_has("gui.sidebar.pos"), (bool)false); - test_equal(gtk_paned_get_position(paned), 125); gtk_paned_set_position(paned, 300); test_equal(gui_settings_has("gui.sidebar.pos"), (bool)true);