Добавлен Studio
This commit is contained in:
@@ -16,12 +16,7 @@
|
||||
<LangVersion>latest</LangVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<None Remove="Themes\Generic.xaml" />
|
||||
<None Remove="Themes\Styles\DockAnchorOverlay.xaml" />
|
||||
<None Remove="Themes\Styles\LatticeDockHost.xaml" />
|
||||
<None Remove="Themes\Styles\LatticePane.xaml" />
|
||||
<None Remove="Themes\Styles\LatticeSplitter.xaml" />
|
||||
<None Remove="Themes\Styles\SharedResources.xaml" />
|
||||
<None Remove="Themes\Styles\LatticeNotification.xaml" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
@@ -34,40 +29,8 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Page Update="Themes\Styles\SharedResources.xaml">
|
||||
<Page Update="Themes\Styles\LatticeNotification.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Page Update="Themes\Styles\DockAnchorOverlay.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Page Update="Themes\Styles\LatticeSplitter.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Page Update="Themes\Styles\LatticeDockHost.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Page Update="Themes\Generic.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Page Update="Themes\Styles\LatticePane.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@@ -11,6 +11,7 @@
|
||||
<ResourceDictionary Source="ms-appx:///Lattice.UI/Themes/Styles/LatticePane.xaml" />
|
||||
<ResourceDictionary Source="ms-appx:///Lattice.UI/Themes/Styles/LatticeSplitter.xaml" />
|
||||
<ResourceDictionary Source="ms-appx:///Lattice.UI/Themes/Styles/DockAnchorOverlay.xaml" />
|
||||
<ResourceDictionary Source="ms-appx:///Lattice.UI/Themes/Styles/LatticeNotification.xaml" />
|
||||
</ResourceDictionary.MergedDictionaries>
|
||||
|
||||
</ResourceDictionary>
|
||||
|
||||
15
Lattice.UI/Themes/Styles/LatticeNotification.xaml
Normal file
15
Lattice.UI/Themes/Styles/LatticeNotification.xaml
Normal 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>
|
||||
Reference in New Issue
Block a user