mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-29 12:32:52 +00:00
Move scrollbar size to skin.xml
This commit is contained in:
parent
d323b4affc
commit
bb8c238423
@ -4,6 +4,7 @@
|
||||
url="http://ilkke.blogspot.com/">
|
||||
|
||||
<dimensions>
|
||||
<dim id="scrollbar_size" value="12" />
|
||||
<dim id="tabs_width" value="80" />
|
||||
<dim id="tabs_height" value="17" />
|
||||
<dim id="tabs_bottom_height" value="5" />
|
||||
|
@ -727,7 +727,7 @@ void SkinTheme::setDecorativeWidgetBounds(Widget* widget)
|
||||
|
||||
int SkinTheme::getScrollbarSize()
|
||||
{
|
||||
return 12 * guiscale();
|
||||
return dimensions.scrollbarSize();
|
||||
}
|
||||
|
||||
void SkinTheme::paintDesktop(PaintEvent& ev)
|
||||
|
Loading…
x
Reference in New Issue
Block a user