Skip to content

Commit 117e597

Browse files
committed
fixed buttons cutting off
1 parent d305743 commit 117e597

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Avalonia/Core/Controls/RightPanelControl.axaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<helpers:ImagePathToBitmapConverter x:Key="ImagePathToBitmapConverter"/>
1515
</UserControl.Resources>
1616

17-
<Grid RowDefinitions="auto,*,auto">
17+
<Grid RowDefinitions="*,auto,auto">
1818

1919
<ScrollViewer Grid.Row="0">
2020

@@ -41,6 +41,7 @@
4141
Margin="10,5"
4242
FontWeight="Bold"
4343
FontSize="16"
44+
HorizontalAlignment="Center"
4445
Foreground="{DynamicResource SystemAccentColor}"
4546
Text="{Binding SelectedAddonPlaytime}"/>
4647

0 commit comments

Comments
 (0)