mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 22:23:29 -07:00
Cleanup #4
This commit is contained in:
parent
7beb4aea2c
commit
029fa1494d
2 changed files with 0 additions and 7 deletions
|
@ -85,7 +85,5 @@ namespace CalculatorApp
|
||||||
void RemoveWindowFromMap(int viewId);
|
void RemoveWindowFromMap(int viewId);
|
||||||
int m_mainViewId;
|
int m_mainViewId;
|
||||||
bool m_preLaunched;
|
bool m_preLaunched;
|
||||||
|
|
||||||
Windows::UI::Xaml::Controls::Primitives::Popup ^ m_aboutPopup;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,11 +25,6 @@
|
||||||
<Setter Property="IsEnabled" Value="False"/>
|
<Setter Property="IsEnabled" Value="False"/>
|
||||||
<Setter Property="Margin" Value="0,0,0,0"/>
|
<Setter Property="Margin" Value="0,0,0,0"/>
|
||||||
</Style>
|
</Style>
|
||||||
<Style x:Key="AboutFlyoutPresenterStyle" TargetType="FlyoutPresenter">
|
|
||||||
<Setter Property="IsTabStop" Value="False"/>
|
|
||||||
<Setter Property="AutomationProperties.AccessibilityView" Value="Raw"/>
|
|
||||||
<Setter Property="ScrollViewer.HorizontalScrollBarVisibility" Value="Disabled"/>
|
|
||||||
</Style>
|
|
||||||
<Style x:Key="NavViewItemStyle" TargetType="muxc:NavigationViewItem">
|
<Style x:Key="NavViewItemStyle" TargetType="muxc:NavigationViewItem">
|
||||||
<Setter Property="KeyTipPlacementMode" Value="Right"/>
|
<Setter Property="KeyTipPlacementMode" Value="Right"/>
|
||||||
</Style>
|
</Style>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue