git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@711 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-11-14 16:16:08 +00:00
parent dffb4ca643
commit 38f20752cb
2 changed files with 2 additions and 0 deletions

View File

@@ -447,6 +447,7 @@
<widget name="Frame">
<properties>
<property name="hasBorder" />
<property name="inverted" />
</properties>
</widget>
<widget name="Image">

View File

@@ -5,6 +5,7 @@ static int create(MwWidget handle) {
MwSetDefault(handle);
MwSetInteger(handle, MwNhasBorder, 0);
MwSetInteger(handle, MwNinverted, 1);
return 0;
}