Skip to content

Commit

Permalink
πŸ’„ Make editor buttons more compact
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter committed Aug 29, 2024
1 parent 54d6708 commit 79d9955
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/FluentHub.App/UserControls/GitCloneFlyout.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,17 +125,25 @@
</Button>

<Button
MinHeight="20"
Padding="4,2"
HorizontalAlignment="Stretch"
Background="Transparent"
Click="OpenVSButton_Click"
FontSize="14"
IsEnabled="True">
<StackPanel Orientation="Horizontal" Spacing="8">
<TextBlock Text="Open with Visual Studio" />
</StackPanel>
</Button>

<Button
MinHeight="20"
Padding="4,2"
HorizontalAlignment="Stretch"
Background="Transparent"
Click="OpenVSCodeButton_Click"
FontSize="14"
IsEnabled="True">
<StackPanel Orientation="Horizontal" Spacing="8">
<TextBlock Text="Edit with Visual Studio Code" />
Expand Down

0 comments on commit 79d9955

Please sign in to comment.