Author: mir3x
Date: Mon Nov 23 18:10:54 2015
New Revision: 30748

URL: http://svn.gna.org/viewcvs/freeciv?rev=30748&view=rev
Log:
Player dialog headers are now resized to fit actual contents in qt-client.

See bug #24102


Modified:
    branches/S2_5/client/gui-qt/plrdlg.cpp

Modified: branches/S2_5/client/gui-qt/plrdlg.cpp
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/client/gui-qt/plrdlg.cpp?rev=30748&r1=30747&r2=30748&view=diff
==============================================================================
--- branches/S2_5/client/gui-qt/plrdlg.cpp      (original)
+++ branches/S2_5/client/gui-qt/plrdlg.cpp      Mon Nov 23 18:10:54 2015
@@ -649,6 +649,7 @@
     }
   }
 
+  plr_wdg->header()->resizeSections(QHeaderView::ResizeToContents);
   meet_but->setDisabled(true);
   cancel_but->setDisabled(true);
   withdraw_but->setDisabled(true);


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

Reply via email to