HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Feature #647931 ยป 0007-Drop-gtk_button_set_image_position-call.patch
client/gui-gtk-4.0/cma_fe.c | ||
---|---|---|
pdialog->active_command = gtk_toggle_button_new();
|
||
gtk_button_set_use_underline(GTK_BUTTON(pdialog->active_command), TRUE);
|
||
gtk_button_set_image_position(GTK_BUTTON(pdialog->active_command),
|
||
GTK_POS_TOP);
|
||
gtk_widget_set_name(pdialog->active_command, "comment_label");
|
||
gtk_container_add(GTK_CONTAINER(hbox), pdialog->active_command);
|
||