Adjusted the layout to allow the author text to use

two lines, which was needed for sandtrack and lighthouse.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1520 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2008-02-19 00:09:03 +00:00
parent 10e06a92ae
commit 533e313a87
3 changed files with 5 additions and 3 deletions

View File

@ -2,7 +2,8 @@
(tuxkart-track
(name "Around the Lighthouse")
(description "Created by Ingo Ruhnke")
(description "Created by Ingo Ruhnke,
modified by M. Gagnon")
(music "oggs/tk2.ogg")
(screenshot "sshot-lighthouse.rgb")
(topview "topview-lighthouse.rgb")

View File

@ -2,7 +2,8 @@
(tuxkart-track
(name "Shifting Sands")
(description "Created by Oliver & Steve Baker, modified by M. Gagnon")
(description "Created by Oliver & Steve Baker,
modified by M. Gagnon")
(music "oggs/desert_dunes.ogg" "oggs/tk7.ogg")
(screenshot "sshot-sandtrack.rgb")
(topview "topview-sandtrack.rgb")

View File

@ -89,7 +89,7 @@ TrackSel::TrackSel()
widget_manager->hideWgtText(WTOK_IMG1);
widget_manager->breakLine();
widget_manager->addWgt( WTOK_AUTHOR, 80, 7 );
widget_manager->addWgt( WTOK_AUTHOR, 80, 9 );
widget_manager->setWgtText( WTOK_AUTHOR, "No track selected" );
widget_manager->setWgtTextSize( WTOK_AUTHOR, WGT_FNT_MED );