(cherry picked from commit 0cddfb9589)
v3.5.13-sru
Timothy Pearson 13 years ago committed by Slávek Banko
parent b553d2e07d
commit cdd0f69130

@ -36,13 +36,13 @@
<entry name="MainwindowWidth" type="Int"> <entry name="MainwindowWidth" type="Int">
<label>The main window's width.</label> <label>The main window's width.</label>
<default code="true"> <default code="true">
QApplication::desktop()->screenGeometry().width() - 100 TQApplication::desktop()->screenGeometry().width() - 100
</default> </default>
</entry> </entry>
<entry name="MainwindowHeight" type="Int"> <entry name="MainwindowHeight" type="Int">
<label>The main window's height.</label> <label>The main window's height.</label>
<default code="true"> <default code="true">
QApplication::desktop()->screenGeometry().height() - 100 TQApplication::desktop()->screenGeometry().height() - 100
</default> </default>
</entry> </entry>
</group> </group>

Loading…
Cancel
Save