Commit 5a1c71ef authored by Antoine Cellerier's avatar Antoine Cellerier

Fix main window width (was 46px too large)

parent 5c9eac98
......@@ -184,7 +184,7 @@
<SubBitmap x="0" y="22" height="11" width="34" id="switch_down"/>
</Bitmap>
<Window id="main" x="100" y="100" dragdrop="true" playondrop="false" visible="true">
<Layout width="500" height="300" maxheight="1024" maxwidth="1280" id="video"><Group x="0" y="0">
<Layout width="454" height="300" maxheight="1024" maxwidth="1280" id="video"><Group x="0" y="0">
<Anchor x="-1" y="0" priority="2"/>
<!--The Framework-->
<Image x="0" y="0" image="lefttop" lefttop="lefttop" rightbottom="lefttop" action="move"/>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment