mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-01 12:36:40 +00:00
make debug window a movable and resizable window
This commit is contained in:
parent
f3dfb5d939
commit
fcab4fe1ab
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<MyGUI type="Layout">
|
||||
<Widget type="Window" skin="" position="0 0 400 400" layer="Debug" name="_Main" align="Stretch">
|
||||
<Widget type="Window" skin="MW_Window" position="0 0 400 400" layer="Debug" name="_Main" align="Stretch">
|
||||
<Property key="Caption" value="Debug"/>
|
||||
<Property key="Visible" value="false"/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue