Skip to content

Commit

Permalink
fixed buttons cutting off
Browse files Browse the repository at this point in the history
  • Loading branch information
fgsfds committed Jun 1, 2024
1 parent d305743 commit 117e597
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Avalonia/Core/Controls/RightPanelControl.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<helpers:ImagePathToBitmapConverter x:Key="ImagePathToBitmapConverter"/>
</UserControl.Resources>

<Grid RowDefinitions="auto,*,auto">
<Grid RowDefinitions="*,auto,auto">

<ScrollViewer Grid.Row="0">

Expand All @@ -41,6 +41,7 @@
Margin="10,5"
FontWeight="Bold"
FontSize="16"
HorizontalAlignment="Center"
Foreground="{DynamicResource SystemAccentColor}"
Text="{Binding SelectedAddonPlaytime}"/>

Expand Down

0 comments on commit 117e597

Please sign in to comment.