diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-17 08:39:48 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-17 08:39:48 +0200 |
| commit | 1e3dd67868e1b6d3c12f0bca201d5e60a12c3723 (patch) | |
| tree | 3cea9254020a25bf69e1bb75096503db778bcff3 /docs/gui-checklist.md | |
| parent | 5418ba6bc5c653b6a99572c6ece6abbf57836c43 (diff) | |
| download | krino-1e3dd67868e1b6d3c12f0bca201d5e60a12c3723.tar.gz krino-1e3dd67868e1b6d3c12f0bca201d5e60a12c3723.zip | |
gui: aligned columns, theme colours, a second layout, and a scan-selection setting
Diffstat (limited to 'docs/gui-checklist.md')
| -rw-r--r-- | docs/gui-checklist.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/gui-checklist.md b/docs/gui-checklist.md index 1bbcd74..3c9e379 100644 --- a/docs/gui-checklist.md +++ b/docs/gui-checklist.md @@ -112,3 +112,10 @@ A dialog is its own window: take it by its own id, not the main window's. and nothing moves until Apply. 32. Closing the window with files checked and nothing applied asks first. 33. Every setting in Settings explains itself when the pointer rests on it. +34. The columns line up with their headings, whatever the file names are. +35. The layout setting switches between the file list beside the + explanation and the file list on top with the preview beside it, and + the choice survives a restart. +36. "after a scan" decides whether a fresh plan starts checked or not. +37. The action colours follow the GTK theme: they are its accent, warning + and error colours, not a palette of krino's own. |
