mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
Applied jguiscale to color bar.
This commit is contained in:
parent
11fda53fe3
commit
c4bd51d569
@ -277,7 +277,7 @@ static bool colorbar_msg_proc(JWidget widget, JMessage msg)
|
||||
}
|
||||
|
||||
case JM_REQSIZE:
|
||||
msg->reqsize.w = msg->reqsize.h = 24;
|
||||
msg->reqsize.w = msg->reqsize.h = 24 * jguiscale();
|
||||
return true;
|
||||
|
||||
case JM_DRAW: {
|
||||
|
Loading…
Reference in New Issue
Block a user