mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
Fix inconsistent vertical centring of text in GTK (and update Solo's
todo list, which complained about this because Solo was the only puzzle noticeably affected). [originally from svn r5694]
This commit is contained in:
8
solo.c
8
solo.c
@ -3,20 +3,12 @@
|
||||
*
|
||||
* TODO:
|
||||
*
|
||||
* - can we do anything about nasty centring of text in GTK? It
|
||||
* seems to be taking ascenders/descenders into account when
|
||||
* centring. Ick.
|
||||
*
|
||||
* - it might still be nice to do some prioritisation on the
|
||||
* removal of numbers from the grid
|
||||
* + one possibility is to try to minimise the maximum number
|
||||
* of filled squares in any block, which in particular ought
|
||||
* to enforce never leaving a completely filled block in the
|
||||
* puzzle as presented.
|
||||
* + be careful of being too clever here, though, until after
|
||||
* I've tried implementing difficulty levels. It's not
|
||||
* impossible that those might impose much more important
|
||||
* constraints on this process.
|
||||
*
|
||||
* - alternative interface modes
|
||||
* + sudoku.com's Windows program has a palette of possible
|
||||
|
Reference in New Issue
Block a user