make artist field a little bit longer

This commit is contained in:
Nishi 2025-11-27 04:54:54 +09:00
commit a289f70428
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -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);
}