adding stash calibration

This commit is contained in:
Boki 2026-02-18 19:41:05 -05:00
parent 23c581cff9
commit 3ae65d0e64
17 changed files with 848 additions and 111 deletions

View file

@ -0,0 +1,13 @@
<Window xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:overlay="using:Poe2Trade.Ui.Overlay"
x:Class="Poe2Trade.Ui.Overlay.OverlayWindow"
SystemDecorations="None"
Background="Transparent"
TransparencyLevelHint="Transparent"
Topmost="True"
ShowInTaskbar="False"
Width="2560" Height="1440"
CanResize="False">
<overlay:OverlayCanvas x:Name="Canvas" />
</Window>