X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=examples%2Fhildon-vvolumebar-example.c;h=87eb31c802f48ed0f0d7cdb06cae41a4675ade05;hb=5cb25cb946240394b77c8fa7f422ac3606ad09d1;hp=b1ff9753dd13b9a7bcb4a1e8e4859ecd730b792f;hpb=9a72097d241dc0f1e8b451eeee5f8ba75f0831a9;p=hildon diff --git a/examples/hildon-vvolumebar-example.c b/examples/hildon-vvolumebar-example.c index b1ff975..87eb31c 100644 --- a/examples/hildon-vvolumebar-example.c +++ b/examples/hildon-vvolumebar-example.c @@ -8,7 +8,7 @@ * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; version 2.1 of - * the License. + * the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of @@ -37,6 +37,7 @@ main (int argc, GtkDialog *dialog = GTK_DIALOG (gtk_dialog_new ()); HildonVVolumebar *bar = HILDON_VVOLUMEBAR (hildon_vvolumebar_new ()); + gtk_widget_set_size_request (GTK_WIDGET (bar), -1, 300); gtk_box_pack_start (GTK_BOX (dialog->vbox), GTK_WIDGET (bar), FALSE, FALSE, 0); gtk_dialog_add_button (dialog, "Close", GTK_RESPONSE_CLOSE);