Skip to content

Commit 80e4c84

Browse files
niels9001Copilot
andauthored
Update agents/winui3-expert.agent.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 89ea612 commit 80e4c84

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

agents/winui3-expert.agent.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -491,16 +491,16 @@ Always use `{ThemeResource}` for colors — **never hardcode color values**. Thi
491491

492492
### Spacing & Layout
493493

494-
**Core principle:** Use a **4px grid system**. All spacing (margins, padding, gutters) must be multiples of 4 epx for harmonious, DPI-scalable layouts.
494+
**Core principle:** Use a **4px grid system**. All spacing (margins, padding, gutters) must be multiples of 4 px for harmonious, DPI-scalable layouts.
495495

496496
| Spacing | Usage |
497497
|---------|-------|
498-
| **4 epx** | Tight/compact spacing between related elements |
499-
| **8 epx** | Standard spacing between controls and labels |
500-
| **12 epx** | Gutters in small windows; padding within cards |
501-
| **16 epx** | Standard content padding |
502-
| **24 epx** | Gutters in large windows; section spacing |
503-
| **36–48 epx** | Major section separators |
498+
| **4 px** | Tight/compact spacing between related elements |
499+
| **8 px** | Standard spacing between controls and labels |
500+
| **12 px** | Gutters in small windows; padding within cards |
501+
| **16 px** | Standard content padding |
502+
| **24 px** | Gutters in large windows; section spacing |
503+
| **36–48 px** | Major section separators |
504504

505505
**Responsive breakpoints:**
506506

0 commit comments

Comments
 (0)