diff -Nur -X/mnt/data/freeciv-dev/freeciv/diff_ignore freeciv/client/gui-gtk/citydlg.c diffciv/client/gui-gtk/citydlg.c --- freeciv/client/gui-gtk/citydlg.c Sun Jul 1 12:50:05 2001 +++ diffciv/client/gui-gtk/citydlg.c Sun Jul 1 12:56:33 2001 @@ -701,6 +701,7 @@ pdialog->present_unit_pos=0; + gtk_box_set_homogeneous(GTK_BOX(GTK_DIALOG(pdialog->shell)->action_area), FALSE); /* "action area" buttons */ pdialog->close_command=gtk_accelbutton_new(_("C_lose"), accel); GTK_WIDGET_SET_FLAGS(pdialog->close_command, GTK_CAN_DEFAULT);