botw-toolset/Control/TabRSTB.xaml
2021-02-03 17:02:56 -08:00

12 lines
746 B
XML

<UserControl x:Class="BOTWToolset.Control.TabRSTB"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:BOTWToolset.Control"
mc:Ignorable="d"
d:DesignHeight="600" d:DesignWidth="1280" Width="Auto" Height="Auto">
<Grid>
<Label Content="RSTB Editor" Margin="10,10,10,0" VerticalAlignment="Top" Height="48" FontSize="28" VerticalContentAlignment="Center" FontFamily="Segoe UI Light"/>
</Grid>
</UserControl>