mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-01 03:19:49 -06:00
add support for setting an explicit min size for libui controls. for now only supported by uiArea.
This commit is contained in:
@ -592,6 +592,7 @@ int main(int argc, char** argv)
|
||||
|
||||
MainDrawArea = uiNewArea(&areahandler);
|
||||
uiWindowSetChild(MainWindow, uiControl(MainDrawArea));
|
||||
uiControlSetMinSize(uiControl(MainDrawArea), 256, 384);
|
||||
|
||||
EmuRunning = 2;
|
||||
RunningSomething = false;
|
||||
|
Reference in New Issue
Block a user