Добавлен Studio

This commit is contained in:
2026-01-07 23:52:02 +03:00
parent ca5d912c9c
commit c3770c789b
19 changed files with 668 additions and 51 deletions

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
>
<Style x:Key="LatticeNotificationStyle" TargetType="InfoBar">
<Setter Property="Margin" Value="12,4" />
<Setter Property="CornerRadius" Value="8" />
<Setter Property="IsIconVisible" Value="True" />
<!-- В 2026 году используем полупрозрачность Acrylic для уведомлений -->
<Setter Property="Background" Value="{ThemeResource SystemControlAcrylicElementBrush}" />
</Style>
</ResourceDictionary>