Skip to content

Commit

Permalink
update window size (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
cricketthomas committed Aug 9, 2024
1 parent eabf35e commit 9a5e98d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KeyVaultExplorer/Views/MainWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
xmlns:views="clr-namespace:KeyVaultExplorer.Views"
xmlns:vm="using:KeyVaultExplorer.ViewModels"
Title="Key Vault Explorer for Azure"
Width="1280"
Height="720"
Width="1100"
Height="600"
d:DesignHeight="520"
d:DesignWidth="980"
x:DataType="vm:MainViewModel"
Expand Down
1 change: 1 addition & 0 deletions KeyVaultExplorer/Views/Pages/VaultPage.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
Height="16"
VerticalAlignment="Bottom"
RenderOptions.BitmapInterpolationMode="HighQuality"
ShowAsMonochrome="True"
UriSource="avares://KeyVaultExplorer/Assets/Add.png" />
<TextBlock VerticalAlignment="{OnPlatform Bottom, Windows=Center}" Text="Create Item" />
</StackPanel>
Expand Down

0 comments on commit 9a5e98d

Please sign in to comment.