diff options
author | Max Horn | 2004-02-25 23:13:14 +0000 |
---|---|---|
committer | Max Horn | 2004-02-25 23:13:14 +0000 |
commit | 9860361ebfaab846ce4cf86a8efe9517a68bb4df (patch) | |
tree | 4c50358d3ce76423c5e559e55317c84475abcd81 | |
parent | 4e5acf185f582982f31ccb8666f0a3f3d85cf970 (diff) | |
download | scummvm-rg350-9860361ebfaab846ce4cf86a8efe9517a68bb4df.tar.gz scummvm-rg350-9860361ebfaab846ce4cf86a8efe9517a68bb4df.tar.bz2 scummvm-rg350-9860361ebfaab846ce4cf86a8efe9517a68bb4df.zip |
small TODO
svn-id: r13056
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -142,6 +142,9 @@ GUI * LAUNCHER: add more options to game target options dialog * Remove hardcoded 320x200 assumptions, use game screen size * Add ability to scale GUI (ie. to make the GUI less tiny in COMI) +* Remove code duplication between EditTextWidget and ListWidget (i.e. text + editing code; maybe we can factor that out into a common base or aggregate + class... not yet sure). Game Detector ============= |