Better shell

This commit is contained in:
Burak Kaan Köse
2026-03-10 16:50:16 +01:00
parent 9b567c4bac
commit bf331dfeb3
43 changed files with 1416 additions and 340 deletions
+4 -6
View File
@@ -46,15 +46,13 @@
</Grid.RowDefinitions>
<Border
x:Name="InvalidFolderBorder"
Margin="0,0,0,6"
Padding="12,8"
Background="{ThemeResource SystemFillColorCautionBackgroundBrush}"
CornerRadius="4"
Padding="12,8"
Visibility="Collapsed"
x:Name="InvalidFolderBorder">
<TextBlock
x:Name="InvalidFolderText"
Foreground="{ThemeResource InfoBarWarningSeverityIconBackground}" />
Visibility="Collapsed">
<TextBlock x:Name="InvalidFolderText" Foreground="{ThemeResource InfoBarWarningSeverityIconBackground}" />
</Border>
<TreeView