Avalonia based Editor for Romhackers

FilePage.xaml 236B

123456
  1. <UserControl xmlns="https://github.com/avaloniaui">
  2. <StackPanel Orientation="Vertical" Gap="4">
  3. <TextBlock Classes="h1">File</TextBlock>
  4. <TextBlock Classes="h2">Manage your project</TextBlock>
  5. </StackPanel>
  6. </UserControl>