mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 15:50:00 -06:00
maybe now the input dialog can stop being dumb
This commit is contained in:
@ -50,6 +50,8 @@ uiButton *uiNewButton(const char *text)
|
||||
|
||||
g_signal_connect(b->widget, "clicked", G_CALLBACK(onClicked), b);
|
||||
uiButtonOnClicked(b, defaultOnClicked, NULL);
|
||||
|
||||
gtk_widget_set_size_request(b->widget, 64, 1);
|
||||
|
||||
return b;
|
||||
}
|
||||
|
Reference in New Issue
Block a user