From 97445c8b04327317d617fde7be664a82230f3fb5 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 18 Jul 2026 15:46:12 -0500 Subject: fix(music): raise the playlist dock default to half the frame --- tests/test-music-config--playlist-dock.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/test-music-config--playlist-dock.el b/tests/test-music-config--playlist-dock.el index 501ff272..1dbe9fbb 100644 --- a/tests/test-music-config--playlist-dock.el +++ b/tests/test-music-config--playlist-dock.el @@ -70,9 +70,10 @@ silently does nothing." (should-not (boundp 'cj/--music-playlist-width)) (should-not (fboundp 'cj/--music-playlist-side))) -(ert-deftest test-music-config-playlist-default-height-is-a-third () - "Normal: the dock opens at a third of the frame height by default." - (should (= cj/music-playlist-window-height 0.33))) +(ert-deftest test-music-config-playlist-default-height-is-half () + "Normal: the dock opens at half the frame height by default (Craig, +2026-07-18 -- a third still read too short for a real playlist)." + (should (= cj/music-playlist-window-height 0.5))) (ert-deftest test-music-config-playlist-toggle-off-discards-shrunk-height () "Error: a captured height below the default is discarded. Window churn -- cgit v1.2.3