mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-30 06:32:42 +00:00
Make the palette popup bigger
This commit is contained in:
parent
edf1cfd7b0
commit
855d50ed6c
@ -510,7 +510,7 @@ void ColorBar::onPaletteButtonClick()
|
||||
|
||||
m_palettePopup->showPopup(
|
||||
gfx::Rect(bounds.x, bounds.y+bounds.h,
|
||||
ui::display_w()/2, ui::display_h()/2));
|
||||
ui::display_w()/2, ui::display_h()*3/4));
|
||||
}
|
||||
else {
|
||||
m_palettePopup->closeWindow(NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user