Fix for missing attachmnet file icon styles in core library and title bar drag area.

This commit is contained in:
Burak Kaan Köse
2024-11-26 23:13:11 +01:00
parent f33335a768
commit 87af67c36c
3 changed files with 4 additions and 2 deletions

View File

@@ -97,7 +97,7 @@
</TextBlock>
<!-- Shell Sub Content -->
<Grid Grid.Column="1" Canvas.ZIndex="2">
<Grid Grid.Column="1" Canvas.ZIndex="999">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*" />
<ColumnDefinition Width="Auto" />

View File

@@ -154,7 +154,7 @@ namespace Wino.Core.UWP.Controls
{
if (IsDragArea)
{
Window.Current.SetTitleBar(this);
Window.Current.SetTitleBar(dragbar);
}
}