diff options
| author | Pietro Gagliardi <[email protected]> | 2014-04-15 12:58:17 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-04-15 12:58:17 -0400 |
| commit | 6c3058a32d57f8de5b303acd8ed07e8879ac50cd (patch) | |
| tree | bdac9f25c4fb3564bed22420ba5957b061cd0e32 /futureplans.md | |
| parent | da2d4da15a19887c1dd031314d61b1dc2b04ea6d (diff) | |
Settled window sizing for GTK+; moved the respective TODO to future plans.
Diffstat (limited to 'futureplans.md')
| -rw-r--r-- | futureplans.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/futureplans.md b/futureplans.md index 01c05ac..a4c6c2d 100644 --- a/futureplans.md +++ b/futureplans.md @@ -104,6 +104,8 @@ big dumb things: - listboxes should have horizontal scrollbars on all platforms; this is way too hard on OS X and doesn't work; my code is in experiments/ - also moved the Windows code there for the sake of efficiency - GTK+ works just fine though +- window sizes need to not include the window decoration; while Mac OS X and GTK+ both obey this, I've only had issues with Windows; check the experiments/ folder + - also will need to be documented in window.go specifics: |
