Skip to content

Enhance UI with window border and align checkbox/radio button layout#5132

Merged
Gabriel Dufresne (GabrielDuf) merged 2 commits into
mainfrom
fix/window-border
Jul 17, 2026
Merged

Enhance UI with window border and align checkbox/radio button layout#5132
Gabriel Dufresne (GabrielDuf) merged 2 commits into
mainfrom
fix/window-border

Conversation

@GabrielDuf

Copy link
Copy Markdown
Contributor

This pull request updates the window border styling and padding to improve visual consistency with Windows 11 and theme changes. The most important changes include switching to a neutral gray border that adapts to light/dark themes, ensuring the border updates when the theme changes, and adjusting padding for better layout.

Window border styling improvements:

  • Replaced the accent border with a neutral gray border (WINDOW_BORDER_COLOR_LIGHT and WINDOW_BORDER_COLOR_DARK) for the main window, matching other Windows 11 apps. The border color now updates automatically when switching between light and dark themes. (src/UniGetUI.Avalonia/Views/MainWindow.axaml.cs)

UI layout adjustments:

  • Increased the padding of the Expander in AbstractPackagesPage.axaml for improved spacing and appearance. (src/UniGetUI.Avalonia/Views/SoftwarePages/AbstractPackagesPage.axaml)

@GabrielDuf
Gabriel Dufresne (GabrielDuf) merged commit 980973d into main Jul 17, 2026
5 checks passed
@GabrielDuf
Gabriel Dufresne (GabrielDuf) deleted the fix/window-border branch July 17, 2026 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants