diff options
author | Grant Limberg <glimberg@gmail.com> | 2015-11-04 20:19:14 -0800 |
---|---|---|
committer | Grant Limberg <glimberg@gmail.com> | 2015-11-04 20:19:14 -0800 |
commit | 4c7bb06894137a4fe5ba03c1bcaecb810ce372d4 (patch) | |
tree | 3bf4eb7a00a82b4bf24909f0e3b9bbfaafed21f3 /windows | |
parent | f3e527e130b27a1f6d0dd036e5de636e02c575f9 (diff) | |
download | infinitytier-4c7bb06894137a4fe5ba03c1bcaecb810ce372d4.tar.gz infinitytier-4c7bb06894137a4fe5ba03c1bcaecb810ce372d4.zip |
make the main window width a bit smaller
Diffstat (limited to 'windows')
-rw-r--r-- | windows/WinUI/MainWindow.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/WinUI/MainWindow.xaml b/windows/WinUI/MainWindow.xaml index 660cbd9b..82be7c4b 100644 --- a/windows/WinUI/MainWindow.xaml +++ b/windows/WinUI/MainWindow.xaml @@ -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"/> |