From 9d6891a307ca529e75df873ee0577b7d277c9fe2 Mon Sep 17 00:00:00 2001 From: Niels Laute Date: Sat, 27 Sep 2025 15:47:04 +0200 Subject: [PATCH] [Regression] Re-add missing button styles (#42027) ## Summary of the Pull Request By merging #41900, we removed too many styles :). This brings back the missing styles. ## PR Checklist - [ ] Closes: #xxx - [ ] **Communication:** I've discussed this with core contributors already. If the work hasn't been agreed, this work might be rejected - [ ] **Tests:** Added/updated and all pass - [ ] **Localization:** All end-user-facing strings can be localized - [ ] **Dev docs:** Added/updated - [ ] **New binaries:** Added on the required places - [ ] [JSON for signing](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ESRPSigning_core.json) for new binaries - [ ] [WXS for installer](https://github.com/microsoft/PowerToys/blob/main/installer/PowerToysSetup/Product.wxs) for new binaries and localization folder - [ ] [YML for CI pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ci/templates/build-powertoys-steps.yml) for new test projects - [ ] [YML for signed pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/release.yml) - [ ] **Documentation updated:** If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/windows-uwp/tree/docs/hub/powertoys) and link it here: #xxx ## Detailed Description of the Pull Request / Additional comments ## Validation Steps Performed --- .../Settings.UI/SettingsXAML/App.xaml | 1 + .../SettingsXAML/Styles/Button.xaml | 649 ++++++++++++++++++ 2 files changed, 650 insertions(+) create mode 100644 src/settings-ui/Settings.UI/SettingsXAML/Styles/Button.xaml diff --git a/src/settings-ui/Settings.UI/SettingsXAML/App.xaml b/src/settings-ui/Settings.UI/SettingsXAML/App.xaml index 1567c2e3fa..d4a95313d0 100644 --- a/src/settings-ui/Settings.UI/SettingsXAML/App.xaml +++ b/src/settings-ui/Settings.UI/SettingsXAML/App.xaml @@ -13,6 +13,7 @@ + diff --git a/src/settings-ui/Settings.UI/SettingsXAML/Styles/Button.xaml b/src/settings-ui/Settings.UI/SettingsXAML/Styles/Button.xaml new file mode 100644 index 0000000000..138239bebf --- /dev/null +++ b/src/settings-ui/Settings.UI/SettingsXAML/Styles/Button.xaml @@ -0,0 +1,649 @@ + + + + + +