Make the palette popup bigger

This commit is contained in:
David Capello 2016-09-15 15:29:42 -03:00
parent edf1cfd7b0
commit 855d50ed6c

View File

@ -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);