summaryrefslogtreecommitdiff
path: root/docs/gui-checklist.md
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-09-17 09:12:32 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-09-17 09:12:32 +0200
commit4d6386960c981678a8e8123a4db5463df7ee60bb (patch)
tree403877da13c244b68ef335f25ba1337cd72a6527 /docs/gui-checklist.md
parent80dde7b2cae7b9844c244e03395145370a819412 (diff)
downloadkrino-4d6386960c981678a8e8123a4db5463df7ee60bb.tar.gz
krino-4d6386960c981678a8e8123a4db5463df7ee60bb.zip
gui: keep every divider where it is put, and let the columns shrink
Diffstat (limited to 'docs/gui-checklist.md')
-rw-r--r--docs/gui-checklist.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/gui-checklist.md b/docs/gui-checklist.md
index e8b7fed..5cc5734 100644
--- a/docs/gui-checklist.md
+++ b/docs/gui-checklist.md
@@ -124,3 +124,6 @@ A dialog is its own window: take it by its own id, not the main window's.
plan - an applied plan is history, not a list to keep working from.
39. In Settings, the window half needs no saving and says so; Save
krino.conf is lit only when the defaults above it have changed.
+40. Both dividers stay where they are dragged, per layout, across a
+ restart, and a list narrower than its columns still starts at the file
+ names rather than scrolled past them.