aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-09-17 08:39:48 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-09-17 08:39:48 +0200
commit1e3dd67868e1b6d3c12f0bca201d5e60a12c3723 (patch)
tree3cea9254020a25bf69e1bb75096503db778bcff3 /docs
parent5418ba6bc5c653b6a99572c6ece6abbf57836c43 (diff)
downloadkrino-1e3dd67868e1b6d3c12f0bca201d5e60a12c3723.tar.gz
krino-1e3dd67868e1b6d3c12f0bca201d5e60a12c3723.zip
gui: aligned columns, theme colours, a second layout, and a scan-selection setting
Diffstat (limited to 'docs')
-rw-r--r--docs/gui-checklist.md7
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.