From ee253d4c9075667de1c4977894d6dfef9c2d9a13 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 4 Nov 2003 22:00:36 +0000 Subject: modified NewGui::drawString to shorten strings which don't fit using ellipsis (disabled for the EditTextWidget for now) svn-id: r11136 --- gui/launcher.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'gui/launcher.cpp') diff --git a/gui/launcher.cpp b/gui/launcher.cpp index e53c550ac3..00ca321c4e 100644 --- a/gui/launcher.cpp +++ b/gui/launcher.cpp @@ -127,7 +127,6 @@ EditGameDialog::EditGameDialog(const String &domain, GameSettings target) yoffset += 16; // GUI: Label for the game path - // TODO: Allow editing, and clip to the RIGHT on long paths (to keep meaningful portions) new StaticTextWidget(tab, 10, yoffset, 40, kLineHeight, "Path: ", kTextAlignRight); new StaticTextWidget(tab, 50, yoffset, _w - 50 - 10, kLineHeight, path, kTextAlignLeft); -- cgit v1.2.3