ok, better way is to modify another line in gui.c:

GtkWidget * gnome_radio_gui(void)
        {
        GtkWidget * app;

        // some code

        // change this line
        gtk_widget_set_size_request(preset_combo, 10, -1);

        // into
        gtk_widget_set_size_request(preset_combo, 200, 0 - 1);

i guess this is line 881 in gnomeradio-1.8/src/gui.c

-- 
stationlist too small
https://bugs.launchpad.net/bugs/612448
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to