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>
|
</TextBlock>
|
||||||
|
|
||||||
<!-- Shell Sub Content -->
|
<!-- Shell Sub Content -->
|
||||||
<Grid Grid.Column="1" Canvas.ZIndex="2">
|
<Grid Grid.Column="1" Canvas.ZIndex="999">
|
||||||
<Grid.ColumnDefinitions>
|
<Grid.ColumnDefinitions>
|
||||||
<ColumnDefinition Width="*" />
|
<ColumnDefinition Width="*" />
|
||||||
<ColumnDefinition Width="Auto" />
|
<ColumnDefinition Width="Auto" />
|
||||||
|
|||||||
@@ -154,7 +154,7 @@ namespace Wino.Core.UWP.Controls
|
|||||||
{
|
{
|
||||||
if (IsDragArea)
|
if (IsDragArea)
|
||||||
{
|
{
|
||||||
Window.Current.SetTitleBar(this);
|
Window.Current.SetTitleBar(dragbar);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
<ResourceDictionary Source="Styles/FontIcons.xaml" />
|
<ResourceDictionary Source="Styles/FontIcons.xaml" />
|
||||||
<ResourceDictionary Source="Styles/WinoInfoBar.xaml" />
|
<ResourceDictionary Source="Styles/WinoInfoBar.xaml" />
|
||||||
<ResourceDictionary Source="Styles/SharedStyles.xaml" />
|
<ResourceDictionary Source="Styles/SharedStyles.xaml" />
|
||||||
|
<ResourceDictionary Source="Styles/IconTemplates.xaml" />
|
||||||
|
|
||||||
<styles:CustomMessageDialogStyles />
|
<styles:CustomMessageDialogStyles />
|
||||||
<styles:DataTemplates />
|
<styles:DataTemplates />
|
||||||
@@ -98,3 +99,4 @@
|
|||||||
<ResourceDictionary Source="AppThemes/Mica.xaml" />
|
<ResourceDictionary Source="AppThemes/Mica.xaml" />
|
||||||
</ResourceDictionary.MergedDictionaries>
|
</ResourceDictionary.MergedDictionaries>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user