From fe36b62ec6ab8b4e58eca7c9786e2ac265450d9e Mon Sep 17 00:00:00 2001 From: Yu Leng Date: Fri, 28 Nov 2025 16:20:58 +0800 Subject: [PATCH] Refactor rotation button layout to use Grid Replaced the `` with a `` for better layout control and flexibility. Added `` elements to structure the grid with alternating columns for buttons and spacing. Updated the rotation buttons to `` elements aligned to specific grid columns, each configured for rotation options (Normal, Left, Right, Inverted). Retained the `` glyphs for visual consistency. --- .../PowerDisplayXAML/MainWindow.xaml | 24 +++++++++++++++---- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/src/modules/powerdisplay/PowerDisplay/PowerDisplayXAML/MainWindow.xaml b/src/modules/powerdisplay/PowerDisplay/PowerDisplayXAML/MainWindow.xaml index c856dcf0fc..a0ad082592 100644 --- a/src/modules/powerdisplay/PowerDisplay/PowerDisplayXAML/MainWindow.xaml +++ b/src/modules/powerdisplay/PowerDisplay/PowerDisplayXAML/MainWindow.xaml @@ -284,13 +284,21 @@ FontSize="16" Glyph="" /> - + + + + + + + + + + - +