diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-17 00:51:15 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-17 00:51:15 +0200 |
| commit | 5418ba6bc5c653b6a99572c6ece6abbf57836c43 (patch) | |
| tree | ae0a430c468890770d20f531c3a026937c9bb948 /gui/internal/model/prefs_test.go | |
| parent | ca0b703526151149d060d6d38f307e9e38c3dcd2 (diff) | |
| download | krino-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.go | 2 |
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 { |
