-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add link to GitHub repo on about flyout #1449
Conversation
@@ -28,6 +28,7 @@ | |||
<Style x:Key="AboutFlyoutPresenterStyle" TargetType="FlyoutPresenter"> | |||
<Setter Property="IsTabStop" Value="False"/> | |||
<Setter Property="AutomationProperties.AccessibilityView" Value="Raw"/> | |||
<Setter Property="ScrollViewer.HorizontalScrollBarVisibility" Value="Disabled"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this necessary? There is no ScrollViewer in the AboutFlyout.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, ok. That makes sense. Good work!
284a437
Perfect! Thanks again, @chaitanyamehta. |
Fixes #582
Display link to the GitHub repo on the about flyout. Implementation is similar to link shown in currency converter mode when application is offline. (Offline. Please check your%HL%Network Settings%HL%)
Description of the changes:
How changes were validated: