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

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

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


From: Jordà Polo
Subject: [Wesnoth-cvs-commits] wesnoth/src show_dialog.cpp
Date: Sun, 19 Sep 2004 08:24:13 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Jordà Polo <address@hidden>     04/09/19 12:17:49

Modified files:
        src            : show_dialog.cpp 

Log message:
        moved titles 5px to the left

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

Patches:
Index: wesnoth/src/show_dialog.cpp
diff -u wesnoth/src/show_dialog.cpp:1.93 wesnoth/src/show_dialog.cpp:1.94
--- wesnoth/src/show_dialog.cpp:1.93    Sat Sep 18 18:52:20 2004
+++ wesnoth/src/show_dialog.cpp Sun Sep 19 12:17:48 2004
@@ -1,4 +1,4 @@
-/* $Id: show_dialog.cpp,v 1.93 2004/09/18 18:52:20 gruikya Exp $ */
+/* $Id: show_dialog.cpp,v 1.94 2004/09/19 12:17:48 ettin Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -180,7 +180,7 @@
                rect = disp->screen_area();
        }
 
-       return 
font::draw_text(disp,rect,18,font::TITLE_COLOUR,text,x+5,y+5,NULL,false,font::USE_MARKUP,TTF_STYLE_BOLD);
+       return 
font::draw_text(disp,rect,18,font::TITLE_COLOUR,text,x,y+5,NULL,false,font::USE_MARKUP,TTF_STYLE_BOLD);
 }
 
 void draw_dialog(int x, int y, int w, int h, display& disp, const std::string& 
title,




reply via email to

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