Skip to content

Commit

Permalink
remove unneeded windows 11 corner adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Jul 31, 2024
1 parent 774b786 commit 047df65
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/OneWare.Core/Views/Windows/MainView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<DockControl Grid.Row="2" Name="DockControl" Layout="{Binding DockService.Layout}"
UseLayoutRounding="False" />

<Border Grid.Row="3" Padding="2" CornerRadius="{x:Static helpers:PlatformHelper.WindowsCornerRadiusBottom}"
<Border Grid.Row="3" Padding="2"
Background="{DynamicResource ThemeAccentBrush}">
<DockPanel Height="20" HorizontalAlignment="Stretch" LastChildFill="False">
<!--Left elements-->
Expand Down
1 change: 0 additions & 1 deletion src/OneWare.PackageManager/Views/PackageManagerView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
</Border>
<Border Grid.Column="0" Grid.Row="0" Grid.RowSpan="3" BorderThickness="0, 0, 1, 0"
BorderBrush="{DynamicResource ThemeBorderLowBrush}"
CornerRadius="{x:Static helpers:PlatformHelper.WindowsCornerRadiusBottomLeft}"
Background="{DynamicResource ThemeControlLowBrush}">
<TreeView Padding="3" BorderThickness="0" Background="Transparent"
ItemsSource="{Binding PackageCategories}" Name="TreeView" SelectionMode="Single"
Expand Down
1 change: 0 additions & 1 deletion src/OneWare.Settings/Views/ApplicationSettingsView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<Grid ColumnDefinitions="180,*" RowDefinitions="*,Auto">

<Border BorderThickness="0, 0, 1, 0" BorderBrush="{DynamicResource ThemeBorderLowBrush}" Grid.RowSpan="2"
CornerRadius="{x:Static helpers:PlatformHelper.WindowsCornerRadiusBottomLeft}"
Background="{DynamicResource ThemeControlLowBrush}">
<TreeView Padding="3" BorderThickness="0" Background="Transparent"
ItemsSource="{Binding SettingPages}" Name="TreeView" SelectionMode="Single"
Expand Down

0 comments on commit 047df65

Please sign in to comment.