SudokuMonster / SukakuExplainer

Modification to Sudoku Explainer (SE) by Nicolas Juillerat to accommodate Sukaku (Pencilmark) Sudoku puzzles
GNU Lesser General Public License v2.1
64 stars 14 forks source link

Puzzle Board Too Small. #104

Open CCV54 opened 4 years ago

CCV54 commented 4 years ago

Too small for my failing eyesight anyway. Would it be possible to make it resizable/scalable, as in HoDoKu for example?

1to9only commented 3 years ago

The cell size is hardcoded in the program and does not change when the window is resized.

CELL_OUTER_SIZE = 45;
CELL_INNER_SIZE = 39;

It is possible to change these values and adjust the font sizes for a private (custom) build. Download: https://github.com/1to9only/SukakuExplainerPlus/releases/tag/1.17.11-Big I've made the cell size about 30% bigger! The program may also contain some of my custom changes!! And this is a one off build - I do not plan to update it every time SukakuExplainer is updated!!! [Edit Oct14] Download link changed - program slightly tweaked, but bigger cell size is unchanged.

CCV54 commented 3 years ago

@1to9only That's great, thank you! Much mor my size. :)

SudokuMonster commented 3 years ago

I will close this for now but can be reopened later if needed

CCV54 commented 3 years ago

Apologies for the delayed response, my internet service has been out for a full fortnight. It's all fine for me, thank you @SudokuMonster and 1to9only. @1to9only tho, since I've had heaps of time to study and think about it, I wouldn't mind doing some more with HoDoKu. Did we still have an open discussion on a possible version 2.2.3?