Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay-o-Way committed Nov 2, 2024
1 parent acb68a9 commit 1e10423
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Source/Hurl.Settings/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Title="Hurl settings"
mc:Ignorable="d">

<Grid>
<Grid Margin="0,32,0,0">
<NavigationView
x:Name="NavView"
AlwaysShowHeader="True"
Expand All @@ -18,7 +18,6 @@
IsSettingsVisible="False"
ItemInvoked="NavView_ItemInvoked"
Loaded="NavView_Loaded"
PaneDisplayMode="LeftCompact"
SelectionChanged="NavView_SelectionChanged">
<NavigationView.MenuItems>
<NavigationViewItem
Expand Down
2 changes: 1 addition & 1 deletion Source/Hurl.Settings/Views/RulesetsPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ private async void TestButton_Click(object sender, RoutedEventArgs e)
ContentDialog testRulesDialog = new()
{
XamlRoot = this.XamlRoot,
Padding = new Thickness(0,8,0,0),
Title = "Test rules",
Content = TestRulesDialogContent,
CloseButtonText = "Close",
IsPrimaryButtonEnabled = false,
DefaultButton = ContentDialogButton.Primary,
};

_ = await testRulesDialog.ShowAsync();
Expand Down

0 comments on commit 1e10423

Please sign in to comment.