From a59a07278a6f62eb678228d1058cee18b66495f4 Mon Sep 17 00:00:00 2001 From: Seraphima Zykova Date: Mon, 2 Sep 2024 14:32:25 +0200 Subject: [PATCH] [Workspaces] UI fixes (#34534) * fix launch button width * fix "Add back" button * fix snapshot overlay window text wrapping * xaml formatting --------- Co-authored-by: Stefan Markovic --- src/modules/Workspaces/WorkspacesEditor/MainPage.xaml | 4 ++-- .../Workspaces/WorkspacesEditor/SnapshotWindow.xaml | 7 ++++--- .../Workspaces/WorkspacesEditor/WorkspacesEditorPage.xaml | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/modules/Workspaces/WorkspacesEditor/MainPage.xaml b/src/modules/Workspaces/WorkspacesEditor/MainPage.xaml index dd1749143e..8ea28b9edf 100644 --- a/src/modules/Workspaces/WorkspacesEditor/MainPage.xaml +++ b/src/modules/Workspaces/WorkspacesEditor/MainPage.xaml @@ -1,4 +1,4 @@ - - + @@ -31,9 +31,10 @@ + Text="{x:Static props:Resources.SnapshotDescription}" + TextWrapping="Wrap" />