Project

General

Profile

ui_main.patch

Thomas Lange, February 01, 2014 16:12

View differences:

src/skins/ui_main.c
933 933
    window_put_widget (mainwin, FALSE, mainwin_eject, 136, 89);
934 934
    button_on_release (mainwin_eject, (ButtonCB) action_play_file);
935 935

  
936
    mainwin_shuffle = button_new_toggle (46, 15, 28, 0, 28, 15, 28, 30, 28, 45, SKIN_SHUFREP, SKIN_SHUFREP);
937
    window_put_widget (mainwin, FALSE, mainwin_shuffle, 164, 89);
936
    mainwin_shuffle = button_new_toggle (28, 15, 46, 0, 46, 15, 46, 30, 46, 45, SKIN_SHUFREP, SKIN_SHUFREP);
937
    window_put_widget (mainwin, FALSE, mainwin_shuffle, 182, 89);
938 938
    button_set_active (mainwin_shuffle, aud_get_bool (NULL, "shuffle"));
939 939
    button_on_release (mainwin_shuffle, mainwin_shuffle_cb);
940 940