Skip to content

Commit

Permalink
A little layout change of the font editor.
Browse files Browse the repository at this point in the history
  • Loading branch information
VladiStep committed Apr 12, 2023
1 parent c6b5138 commit 70403f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UndertaleModTool/Editors/UndertaleFontEditor.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<TextBlock Grid.Row="10" Grid.Column="0" Margin="3">SDF spread value</TextBlock>
<local:TextBoxDark Grid.Row="10" Grid.Column="1" Margin="3" Text="{Binding SDFSpread}"/>

<Viewbox Grid.Row="11" Grid.Column="1" Stretch="Uniform" StretchDirection="DownOnly">
<Viewbox Grid.Row="11" Grid.ColumnSpan="2" Margin="3,30,3,3" Stretch="Uniform" StretchDirection="DownOnly">
<Border>
<Border.Background>
<SolidColorBrush Color="Black"/>
Expand All @@ -96,7 +96,7 @@
</Border>
</Viewbox>

<TextBlock Grid.Row="12" Grid.Column="0" Margin="3,30,3,3">Glyphs:</TextBlock>
<TextBlock Grid.Row="12" Grid.Column="0" Margin="3">Glyphs:</TextBlock>
<local:DataGridDark Grid.Row="13" Grid.ColumnSpan="2" MaxHeight="370" Margin="3" x:Name="GlyphsGrid" ItemsSource="{Binding Glyphs, Mode=OneWay}"
AutoGenerateColumns="False" CanUserAddRows="True" CanUserDeleteRows="True" HorizontalGridLinesBrush="LightGray" VerticalGridLinesBrush="LightGray" HeadersVisibility="Column" SelectionMode="Single" SelectionUnit="FullRow"
ScrollViewer.CanContentScroll="True"
Expand Down

0 comments on commit 70403f9

Please sign in to comment.