From a289f704287ed430cdddc6cbf8caec5ca47dce58 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Thu, 27 Nov 2025 04:54:54 +0900 Subject: [PATCH] make artist field a little bit longer --- mauplay/ui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mauplay/ui.c b/mauplay/ui.c index 8a96d8e..b99fff8 100644 --- a/mauplay/ui.c +++ b/mauplay/ui.c @@ -42,8 +42,8 @@ void ui_list_reset(const char* merge) { MwListBoxSetWidth(list, 1, -48 - 64); MwListBoxSetWidth(list, 2, 64); } else { - MwListBoxSetWidth(list, 1, -48 - 128); - MwListBoxSetWidth(list, 2, 64); + MwListBoxSetWidth(list, 1, -48 - 96 - 64); + MwListBoxSetWidth(list, 2, 96); MwListBoxSetWidth(list, 3, 64); }