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

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

See patch #5957

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

Modified: branches/S2_6/client/gui-gtk-3.0/citydlg.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/client/gui-gtk-3.0/citydlg.c?rev=28670&r1=28669&r2=28670&view=diff
==============================================================================
--- branches/S2_6/client/gui-gtk-3.0/citydlg.c  (original)
+++ branches/S2_6/client/gui-gtk-3.0/citydlg.c  Tue Mar 31 22:19:11 2015
@@ -923,7 +923,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