hide history button in programmer mode (#327)
Description of the changes: Hide the History button when in Programmer mode via VisualState How changes were validated: Open Standard mode Switch to Programmer mode Verify that the History button isn't visible Fixes #326
This commit is contained in:
committed by
Howard Wolosky
parent
62b2fafdd0
commit
21e15c426e
@@ -515,6 +515,7 @@
|
||||
<Setter Target="M5.MaxWidth" Value="80"/>
|
||||
<Setter Target="memButton.(Grid.Column)" Value="5"/>
|
||||
<Setter Target="MemoryButton.(Grid.Column)" Value="6"/>
|
||||
<Setter Target="HistoryButton.Visibility" Value="Collapsed"/>
|
||||
</VisualState.Setters>
|
||||
<Storyboard Completed="OnStoryboardCompleted"/>
|
||||
</VisualState>
|
||||
|
||||
Reference in New Issue
Block a user