Dear Developers,<br><br>I cannot solve this 2 things in my GTK/Hildon GUI:<br><br>The text in the progress bars appears alligned to the upper-left corner.<br>(Not in the centre like in pure GTK, or in gazpacho+hildon)<br>For example with this code:<br>GtkWidget *progressbar1;<br> progressbar1 = gtk_progress_bar_new ();<br> gtk_widget_show (progressbar1);<br> gtk_box_pack_start (GTK_BOX (vbox1), progressbar1, TRUE, FALSE, 1);<br> gtk_progress_bar_set_fraction (GTK_PROGRESS_BAR (progressbar1), 0.5);<br> gtk_progress_bar_set_text(GTK_PROGRESS_BAR (progressbar1),"nyamm");<br><br><br>The frame around the combobox is only at the left, rigth, upper border, but there is no line at the buttom border.<br>With this code:<br><br>GtkWidget *combobox1;<br> combobox1 = GTK_WIDGET(gtk_combo_box_new_text());<br> gtk_widget_show (combobox1);<br>
gtk_box_pack_start (GTK_BOX (vbox1), combobox1, TRUE, FALSE, 0);<br> gtk_combo_box_append_text (GTK_COMBO_BOX (combobox1), "SYNC_TO_LOCAL");<br> gtk_combo_box_append_text (GTK_COMBO_BOX (combobox1), "SYNC_TO_REMOTE");<br> gtk_combo_box_set_active( GTK_COMBO_BOX (combobox1), 0);<br><br>There are no errors outside scratchbox (full GTK), but in scratchbox, or in the tablet (hildon) this 2 problems appears.<br><br>Any idea?<br><br>Best Regards:<br>Denes<br><p> 
<hr size=1>TV dinner still cooling?<br><a href="http://us.rd.yahoo.com/evt=49979/*http://tv.yahoo.com/">Check out "Tonight's Picks"</a> on Yahoo! TV.