mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-07 19:06:39 +00:00
PaletteView: Apply jguiscale() to initial m_boxsize
This commit is contained in:
parent
defc703208
commit
6ad54689dd
@ -68,7 +68,7 @@ PaletteView::PaletteView(bool editable)
|
||||
|
||||
m_editable = editable;
|
||||
m_columns = 16;
|
||||
m_boxsize = 6;
|
||||
m_boxsize = 6*jguiscale();
|
||||
|
||||
this->border_width.l = this->border_width.r = 1 * jguiscale();
|
||||
this->border_width.t = this->border_width.b = 1 * jguiscale();
|
||||
|
Loading…
Reference in New Issue
Block a user