more correct widget resizing. Create width and height options (#47)

This commit is contained in:
arcan1s
2015-05-05 02:17:46 +03:00
parent 104bb52557
commit 15d88ee3ba
5 changed files with 63 additions and 95 deletions

View File

@ -14,6 +14,12 @@
<group name="Advanced">
<!-- advanced -->
<entry name="height" type="int">
<default>0</default>
</entry>
<entry name="width" type="int">
<default>0</default>
</entry>
<entry name="notify" type="bool">
<default>true</default>
</entry>