make artist field a little bit longer
This commit is contained in:
parent
d659d6c5ca
commit
a289f70428
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue