Author: cazfi
Date: Tue Mar 31 22:19:19 2015
New Revision: 28671

URL: http://svn.gna.org/viewcvs/freeciv?rev=28671&view=rev
Log:
Fixed gtk3-client citydlg overview tab bottom part column spacing

See patch #5957

Modified:
    branches/S2_5/client/gui-gtk-3.0/citydlg.c

Modified: branches/S2_5/client/gui-gtk-3.0/citydlg.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/client/gui-gtk-3.0/citydlg.c?rev=28671&r1=28670&r2=28671&view=diff
==============================================================================
--- branches/S2_5/client/gui-gtk-3.0/citydlg.c  (original)
+++ branches/S2_5/client/gui-gtk-3.0/citydlg.c  Tue Mar 31 22:19:19 2015
@@ -909,7 +909,7 @@
 
   /* bottom: info, units */
   bottom = gtk_grid_new();
-  gtk_grid_set_column_spacing(GTK_GRID(hbox), 6);
+  gtk_grid_set_column_spacing(GTK_GRID(bottom), 6);
   gtk_container_add(GTK_CONTAINER(page), bottom);
 
   /* info */


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to