Fix for missing attachmnet file icon styles in core library and title bar drag area.
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -154,7 +154,7 @@ namespace Wino.Core.UWP.Controls
|
||||
{
|
||||
if (IsDragArea)
|
||||
{
|
||||
Window.Current.SetTitleBar(this);
|
||||
Window.Current.SetTitleBar(dragbar);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
<ResourceDictionary Source="Styles/FontIcons.xaml" />
|
||||
<ResourceDictionary Source="Styles/WinoInfoBar.xaml" />
|
||||
<ResourceDictionary Source="Styles/SharedStyles.xaml" />
|
||||
<ResourceDictionary Source="Styles/IconTemplates.xaml" />
|
||||
|
||||
<styles:CustomMessageDialogStyles />
|
||||
<styles:DataTemplates />
|
||||
@@ -98,3 +99,4 @@
|
||||
<ResourceDictionary Source="AppThemes/Mica.xaml" />
|
||||
</ResourceDictionary.MergedDictionaries>
|
||||
</ResourceDictionary>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user