force classic theme

This commit is contained in:
Nishi 2025-12-19 22:13:49 +09:00
commit 6f166ec7d3
Signed by: nishi
GPG key ID: 27EF69B208EB9343
5 changed files with 5 additions and 0 deletions

View file

@ -79,6 +79,7 @@ int main(int argc, char** argv) {
window = MwVaCreateWidget(MwWindowClass, "main", NULL, MwDEFAULT, MwDEFAULT, 320, 320,
MwNtitle, "mimview",
MwNmodernLook, 0,
NULL);
menu = MwCreateWidget(MwMenuClass, "menu", window, 0, 0, 0, 0);
image = MwCreateWidget(MwImageClass, "image", window, 0, 0, 0, 0);