mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-07 01:49:47 +00:00
yep
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@711 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -447,6 +447,7 @@
|
|||||||
<widget name="Frame">
|
<widget name="Frame">
|
||||||
<properties>
|
<properties>
|
||||||
<property name="hasBorder" />
|
<property name="hasBorder" />
|
||||||
|
<property name="inverted" />
|
||||||
</properties>
|
</properties>
|
||||||
</widget>
|
</widget>
|
||||||
<widget name="Image">
|
<widget name="Image">
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ static int create(MwWidget handle) {
|
|||||||
MwSetDefault(handle);
|
MwSetDefault(handle);
|
||||||
|
|
||||||
MwSetInteger(handle, MwNhasBorder, 0);
|
MwSetInteger(handle, MwNhasBorder, 0);
|
||||||
|
MwSetInteger(handle, MwNinverted, 1);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user