wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/src multiplayer_connect.cpp


From: Guillaume Melquiond
Subject: [Wesnoth-cvs-commits] wesnoth/src multiplayer_connect.cpp
Date: Sun, 24 Apr 2005 08:17:56 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Guillaume Melquiond <address@hidden>    05/04/24 12:17:56

Modified files:
        src            : multiplayer_connect.cpp 

Log message:
        Reduce the gold slider width so that the text value doesn't interfere 
with the scrollbar when there are many players.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/multiplayer_connect.cpp.diff?tr1=1.140&tr2=1.141&r1=text&r2=text

Patches:
Index: wesnoth/src/multiplayer_connect.cpp
diff -u wesnoth/src/multiplayer_connect.cpp:1.140 
wesnoth/src/multiplayer_connect.cpp:1.141
--- wesnoth/src/multiplayer_connect.cpp:1.140   Tue Apr  5 19:42:05 2005
+++ wesnoth/src/multiplayer_connect.cpp Sun Apr 24 12:17:56 2005
@@ -1,4 +1,4 @@
-/* $Id: multiplayer_connect.cpp,v 1.140 2005/04/05 19:42:05 gruikya Exp $ */
+/* $Id: multiplayer_connect.cpp,v 1.141 2005/04/24 12:17:56 silene Exp $ */
 /*
    Copyright (C) 
    Part of the Battle for Wesnoth Project http://www.wesnoth.org
@@ -78,7 +78,7 @@
        slider_gold_.set_max(1000);
        slider_gold_.set_increment(25);
        slider_gold_.set_value(lexical_cast_default<int>(cfg_["gold"], 100));
-       slider_gold_.set_measurements(120, 16);
+       slider_gold_.set_measurements(100, 16);
 
        combo_faction_.enable(enabled_);
        combo_leader_.enable(enabled_);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]