yep
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@711 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
dffb4ca643
commit
38f20752cb
2 changed files with 2 additions and 0 deletions
|
|
@ -447,6 +447,7 @@
|
|||
<widget name="Frame">
|
||||
<properties>
|
||||
<property name="hasBorder" />
|
||||
<property name="inverted" />
|
||||
</properties>
|
||||
</widget>
|
||||
<widget name="Image">
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ static int create(MwWidget handle) {
|
|||
MwSetDefault(handle);
|
||||
|
||||
MwSetInteger(handle, MwNhasBorder, 0);
|
||||
MwSetInteger(handle, MwNinverted, 1);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue