Merge pull request #326 from irihitech/325/captions
Use Restore glyph for Maximized UrsaWindow
This commit is contained in:
@@ -174,5 +174,11 @@
|
|||||||
</StackPanel>
|
</StackPanel>
|
||||||
</ControlTemplate>
|
</ControlTemplate>
|
||||||
</Setter>
|
</Setter>
|
||||||
|
<Style Selector="^:maximized /template/ PathIcon#PART_RestoreButtonIcon">
|
||||||
|
<Setter Property="Data" Value="{DynamicResource WindowRestoreGlyph}" />
|
||||||
|
</Style>
|
||||||
|
<Style Selector="^:fullscreen /template/ PathIcon#PART_FullScreenButtonIcon">
|
||||||
|
<Setter Property="Data" Value="{DynamicResource WindowCollapseGlyph}" />
|
||||||
|
</Style>
|
||||||
</ControlTheme>
|
</ControlTheme>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
Reference in New Issue
Block a user