Author: mir3x
Date: Mon Apr 13 20:48:25 2015
New Revision: 28777

URL: http://svn.gna.org/viewcvs/freeciv?rev=28777&view=rev
Log:
Fixed cut string in qt help label
Reported by Marko Lindqvist <cazfi>
See bug #23304


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

Modified: branches/S2_5/client/gui-qt/helpdlg.cpp
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/client/gui-qt/helpdlg.cpp?rev=28777&r1=28776&r2=28777&view=diff
==============================================================================
--- branches/S2_5/client/gui-qt/helpdlg.cpp     (original)
+++ branches/S2_5/client/gui-qt/helpdlg.cpp     Mon Apr 13 20:48:25 2015
@@ -927,6 +927,7 @@
     }
 
     vbox->addStretch(100);
+    vbox->setSizeConstraint(QLayout::SetMinimumSize);
     if (show_panel) {
       area = new QScrollArea();
       area->setWidget(panel);


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

Reply via email to