port from perforce
This commit is contained in:
10
hgplus/bliss/Tweaky/MainWindow.xaml
Normal file
10
hgplus/bliss/Tweaky/MainWindow.xaml
Normal file
@@ -0,0 +1,10 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user