aboutsummaryrefslogtreecommitdiff
path: root/gui/internal/model/prefs_test.go
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-09-17 00:51:15 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-09-17 00:51:15 +0200
commit5418ba6bc5c653b6a99572c6ece6abbf57836c43 (patch)
treeae0a430c468890770d20f531c3a026937c9bb948 /gui/internal/model/prefs_test.go
parentca0b703526151149d060d6d38f307e9e38c3dcd2 (diff)
downloadkrino-5418ba6bc5c653b6a99572c6ece6abbf57836c43.tar.gz
krino-5418ba6bc5c653b6a99572c6ece6abbf57836c43.zip
gui: coloured actions with headers, a filter over the plan, bulk trash or delete
Diffstat (limited to 'gui/internal/model/prefs_test.go')
-rw-r--r--gui/internal/model/prefs_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/internal/model/prefs_test.go b/gui/internal/model/prefs_test.go
index 6c01dee..328ac31 100644
--- a/gui/internal/model/prefs_test.go
+++ b/gui/internal/model/prefs_test.go
@@ -25,7 +25,7 @@ func sandboxHome(t *testing.T) string {
func TestPrefsRoundTrip(t *testing.T) {
h := sandboxHome(t)
p := DefaultPrefs()
- p.FontSize = 13
+ p.PreviewHeight = 420
p.Colours = false
p.SelectAll = false
if err := p.Save(); err != nil {