Skip to content

Commit

Permalink
update main window size
Browse files Browse the repository at this point in the history
  • Loading branch information
cricketthomas committed Aug 5, 2024
1 parent 8b940cf commit 5e521e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions KeyVaultExplorer/Views/MainWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
xmlns:views="clr-namespace:KeyVaultExplorer.Views"
xmlns:vm="using:KeyVaultExplorer.ViewModels"
Title="Key Vault Explorer for Azure"
Width="900"
Height="500"
Width="980"
Height="520"
d:DesignHeight="450"
d:DesignWidth="800"
d:DesignWidth="900"
x:DataType="vm:MainViewModel"
ExtendClientAreaChromeHints="Default, PreferSystemChrome"
ExtendClientAreaToDecorationsHint="{OnPlatform False,
Expand Down Expand Up @@ -56,7 +56,7 @@
<NativeMenu>
<NativeMenuItem Command="{Binding ForceSignInCommand}" Header="Login" />
<NativeMenuItem Command="{Binding SignOutCommand}" Header="Logout" />
<NativeMenuItem Header="{Binding AuthenticatedUserClaims.Email}" IsEnabled="False" />
<NativeMenuItem Header="{Binding AuthenticatedUserClaims.Email}" IsEnabled="False" />
</NativeMenu>
</NativeMenuItem.Menu>
</NativeMenuItem>
Expand Down

0 comments on commit 5e521e3

Please sign in to comment.