From 1dffb2ebf598b172263b23f78aeae77a8a65bb71 Mon Sep 17 00:00:00 2001 From: leo Date: Fri, 14 Jun 2024 09:44:44 +0800 Subject: [PATCH] ux: another way to fix transparent background of popup panel on Linux --- src/Resources/Styles.axaml | 34 ++++++------- src/Views/Clone.axaml | 69 +++++++++++++++++--------- src/Views/Launcher.axaml | 77 +++++++++++++----------------- src/Views/PopupRunningStatus.axaml | 2 +- 4 files changed, 97 insertions(+), 85 deletions(-) diff --git a/src/Resources/Styles.axaml b/src/Resources/Styles.axaml index b0797692..d3eda4e1 100644 --- a/src/Resources/Styles.axaml +++ b/src/Resources/Styles.axaml @@ -109,23 +109,23 @@ HorizontalAlignment="Right" VerticalAlignment="Bottom" Cursor="BottomRightCorner" Tag="{x:Static WindowEdge.SouthEast}"/> - - - - - - + + + + + + + + diff --git a/src/Views/Clone.axaml b/src/Views/Clone.axaml index 47dca098..25c46a00 100644 --- a/src/Views/Clone.axaml +++ b/src/Views/Clone.axaml @@ -10,46 +10,71 @@ - - - - - - - + + + + + + Text="{Binding SSHKey, Mode=TwoWay}" + IsVisible="{Binding UseSSH}"> - - - - - + - - - - - - - - - + + + + + + diff --git a/src/Views/Launcher.axaml b/src/Views/Launcher.axaml index 94076e25..255d57bd 100644 --- a/src/Views/Launcher.axaml +++ b/src/Views/Launcher.axaml @@ -250,59 +250,46 @@ - + - - + + - - - - - + + + + - - - - - - - - - - -