(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">
<label>The main window's width.</label>
<default code="true">
QApplication::desktop()->screenGeometry().width() - 100
TQApplication::desktop()->screenGeometry().width() - 100
</default>
</entry>
<entry name="MainwindowHeight" type="Int">
<label>The main window's height.</label>
<default code="true">
QApplication::desktop()->screenGeometry().height() - 100
TQApplication::desktop()->screenGeometry().height() - 100
</default>
</entry>
</group>

Loading…
Cancel
Save