mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-28 18:32:50 +00:00
Remove ColorBar border at the right-side.
This commit is contained in:
parent
29898744fe
commit
91e02a496a
@ -109,7 +109,7 @@ ColorBar::ColorBar(int align)
|
||||
|
||||
this->border_width.l = 2*jguiscale();
|
||||
this->border_width.t = 2*jguiscale();
|
||||
this->border_width.r = 2*jguiscale();
|
||||
this->border_width.r = 0;
|
||||
this->border_width.b = 2*jguiscale();
|
||||
this->child_spacing = 2*jguiscale();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user