Browse Source

increase window width so IPv6 addreses don't wrap

Grant Limberg 8 years ago
parent
commit
efcc24a76b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      windows/WinUI/MainWindow.xaml

+ 1 - 1
windows/WinUI/MainWindow.xaml

@@ -5,7 +5,7 @@
         xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" 
         xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" 
         xmlns:local="clr-namespace:WinUI"
         xmlns:local="clr-namespace:WinUI"
         mc:Ignorable="d" x:Class="WinUI.MainWindow"
         mc:Ignorable="d" x:Class="WinUI.MainWindow"
-        Title="ZeroTier One" Height="500" Width="425" Icon="ZeroTierIcon.ico">
+        Title="ZeroTier One" Height="500" Width="500" Icon="ZeroTierIcon.ico">
 	
 	
     <Window.Resources>
     <Window.Resources>
         <SolidColorBrush x:Key="GreenBrush" Color="#ff91a2a3"/>
         <SolidColorBrush x:Key="GreenBrush" Color="#ff91a2a3"/>