Files
bluflame/hgplus/bliss/Tweaky/MainWindow.xaml
2026-04-18 22:31:51 +02:00

11 lines
625 B
XML

<Window x:Class="Tweaky.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:pg="clr-namespace:Tweaky.PropertyGrid"
xmlns:l="clr-namespace:Tweaky"
Title="Tweaky" Height="1000" Width="600" Left="0" Top="0">
<Grid>
<pg:PropertyGrid Background="{DynamicResource GeneralBackground}" Foreground="{DynamicResource Foreground}" BorderBrush="Transparent" BorderThickness="0" ItemsSource="{Binding Data}" ItemsSourceName="Tweaky" ItemsSourceType="for intro variables" />
</Grid>
</Window>