summaryrefslogtreecommitdiff
path: root/futureplans.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-08 01:13:16 -0400
committerPietro Gagliardi <[email protected]>2014-06-08 01:13:16 -0400
commite234244eadc94b7988306a46b27ad55d12fc5330 (patch)
treeefad297f706a612997cde00559af2485e8a23f64 /futureplans.md
parentd4e06bb4d3b624e99d75d36fb69b2316b1b828c0 (diff)
Moved the Listbox preferred size TODO to future plans because this was addressed earlier when trying to do horizontal scrolling; see the experiments/ folder for how poorly that turned out. Preferred size will need the same code.
Diffstat (limited to 'futureplans.md')
-rw-r--r--futureplans.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/futureplans.md b/futureplans.md
index 3c452dd..3d48a84 100644
--- a/futureplans.md
+++ b/futureplans.md
@@ -36,6 +36,7 @@ general list:
- Quit should pulse AppQuit
- will probably want to bring back Event() as NewEvent() should that facility be necesary for menus, etc.
- figure out why at least the 64-bit build hates being run under Application Verifier
+- make sure the preferred size of a Listbox is the minimum size needed to display everything on all platforms (capped at the screen height, of course?)
issues of policy:
- LineEdit heights on Windows seem too big; either that or LineEdit, Button, and Label text is not vertically centered properly