Skip to content

Conversation

@karkarl
Copy link
Collaborator

@karkarl karkarl commented Feb 15, 2024

Description

First attempt to clean up the codebase:

  • Clean up themeresources and styles in App.xaml
  • Fix minimal mode TitleBar layout
  • CaptureElement and AnnotatedScrollBar Icons

Motivation and Context

Part of #1279 efforts

Comment on lines +45 to +46
<x:String x:Key="ControlsName">All samples</x:String>
<x:String x:Key="AppTitleName">WinUI 3 Gallery</x:String>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With regard to how localized apps would do this, we would not define this in XAML but rather add the resource to the Resources.resw file instead. To be fair, we don't do it elsewhere but wanted to mention it given folks use this app for guidance and to learn about WinUI.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Albeit you just moved it so maybe this is something for another time

@karkarl
Copy link
Collaborator Author

karkarl commented Feb 15, 2024

/azp run

@karkarl karkarl merged commit dc021e8 into microsoft:main Feb 16, 2024
karkarl added a commit that referenced this pull request Jul 15, 2024
## Description

First attempt to clean up the codebase:
- Clean up themeresources and styles in App.xaml
- Fix minimal mode TitleBar layout
- CaptureElement and AnnotatedScrollBar Icons

## Motivation and Context
Part of #1279 efforts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants