Skip to content
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

Code Quality: Use SettingsCard/SettingsExpander from WCT 8 #16971

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

0x5bfa
Copy link
Member

@0x5bfa 0x5bfa commented Mar 22, 2025

Resolved / Related Issues

None

Steps used to test these changes

  1. Open Files app
  2. Go to the Settings pages (About, DevTools, Tags)

@Lamparter
Copy link
Contributor

@gus33000's settings controls have served well!

@yaira2 yaira2 force-pushed the main branch 7 times, most recently from 30cea65 to decf3da Compare March 24, 2025 21:33

<!-- Title -->
<TextBlock
Padding="0,0,0,12"
FontSize="24"
FontWeight="Medium"
Style="{StaticResource TitleTextBlockStyle}"
Copy link
Member

@yaira2 yaira2 Mar 25, 2025

Choose a reason for hiding this comment

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

Suggested change
Style="{StaticResource TitleTextBlockStyle}"
FontSize="24"
FontWeight="Medium"

Comment on lines +65 to +66
Padding="0,20,0,4"
Style="{StaticResource BodyStrongTextBlockStyle}"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
Padding="0,20,0,4"
Style="{StaticResource BodyStrongTextBlockStyle}"
Padding="0,16,0,4"
FontSize="16"
FontWeight="Medium"

Comment on lines +137 to +138
Padding="0,20,0,4"
Style="{StaticResource BodyStrongTextBlockStyle}"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
Padding="0,20,0,4"
Style="{StaticResource BodyStrongTextBlockStyle}"
Padding="0,16,0,4"
FontSize="16"
FontWeight="Medium"


<!-- Title -->
<TextBlock
Padding="0,0,0,12"
FontSize="24"
FontWeight="Medium"
Style="{StaticResource TitleTextBlockStyle}"
Copy link
Member

@yaira2 yaira2 Mar 25, 2025

Choose a reason for hiding this comment

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

Suggested change
Style="{StaticResource TitleTextBlockStyle}"
FontSize="24"
FontWeight="Medium"

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.

None yet

3 participants