mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +02:00
make the main window width a bit smaller
This commit is contained in:
parent
f3e527e130
commit
4c7bb06894
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:local="clr-namespace:WinUI"
|
||||
mc:Ignorable="d" x:Class="WinUI.MainWindow"
|
||||
Title="ZeroTier One" Height="500" Width="700" Icon="ZeroTierIcon.ico">
|
||||
Title="ZeroTier One" Height="500" Width="600" Icon="ZeroTierIcon.ico">
|
||||
|
||||
<Window.Resources>
|
||||
<SolidColorBrush x:Key="GreenBrush" Color="#ff91a2a3"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue