mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-06-27 06:39:06 +00:00
Quick Radius fix.
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
</Design.DataContext>
|
</Design.DataContext>
|
||||||
<Grid Margin="10" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" RowDefinitions="*,Auto">
|
<Grid Margin="10" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" RowDefinitions="*,Auto">
|
||||||
<Border
|
<Border
|
||||||
CornerRadius="6"
|
CornerRadius="5"
|
||||||
BorderBrush="{DynamicResource AppListHoverBackgroundColor}"
|
BorderBrush="{DynamicResource AppListHoverBackgroundColor}"
|
||||||
BorderThickness="1">
|
BorderThickness="1">
|
||||||
<ListBox
|
<ListBox
|
||||||
|
|||||||
Reference in New Issue
Block a user