Commit 73a60356 authored by Ivaria's avatar Ivaria
Browse files

Making import and export dialogs the highest frame strata so they are always on top.

parent bf3029f9
......@@ -1071,7 +1071,7 @@
</Scripts>
</Button>
<Frame name="$parentExportFrame" inherits="VuhDoFrameTemplate">
<Frame name="$parentExportFrame" inherits="VuhDoFrameTemplate" frameStrata="TOOLTIP">
<Size>
<AbsDimension x="580" y="350"/>
</Size>
......@@ -1168,7 +1168,7 @@
</Scripts>
</Frame>
<Frame name="$parentImportFrame" inherits="VuhDoFrameTemplate">
<Frame name="$parentImportFrame" inherits="VuhDoFrameTemplate" frameStrata="TOOLTIP">
<Size>
<AbsDimension x="580" y="350"/>
</Size>
......
......@@ -340,7 +340,7 @@
</Frame>
<Frame name="$parentExportFrame" inherits="VuhDoFrameTemplate">
<Frame name="$parentExportFrame" inherits="VuhDoFrameTemplate" frameStrata="TOOLTIP">
<Size>
<AbsDimension x="580" y="350"/>
</Size>
......@@ -437,7 +437,7 @@
</Scripts>
</Frame>
<Frame name="$parentImportFrame" inherits="VuhDoFrameTemplate">
<Frame name="$parentImportFrame" inherits="VuhDoFrameTemplate" frameStrata="TOOLTIP">
<Size>
<AbsDimension x="580" y="350"/>
</Size>
......
......@@ -690,7 +690,7 @@
</Frames>
</Frame>
<Frame name="$parentExportFrame" inherits="VuhDoFrameTemplate">
<Frame name="$parentExportFrame" inherits="VuhDoFrameTemplate" frameStrata="TOOLTIP">
<Size>
<AbsDimension x="580" y="350"/>
</Size>
......@@ -787,7 +787,7 @@
</Scripts>
</Frame>
<Frame name="$parentImportFrame" inherits="VuhDoFrameTemplate">
<Frame name="$parentImportFrame" inherits="VuhDoFrameTemplate" frameStrata="TOOLTIP">
<Size>
<AbsDimension x="580" y="350"/>
</Size>
......
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