summaryrefslogtreecommitdiff
path: root/windows/WinUI/NetworkListView.xaml
diff options
context:
space:
mode:
authorGrant Limberg <grant.limberg@zerotier.com>2016-11-21 12:54:27 -0800
committerGrant Limberg <grant.limberg@zerotier.com>2016-11-21 12:54:27 -0800
commit8ebcd44405841dc0b7529336cdc5207bda876633 (patch)
tree049be61c48f1de3482306c562a8f3cc5527f38b8 /windows/WinUI/NetworkListView.xaml
parenta6ed711492eddfc85afa6fe171e69d7f8798ec23 (diff)
downloadinfinitytier-8ebcd44405841dc0b7529336cdc5207bda876633.tar.gz
infinitytier-8ebcd44405841dc0b7529336cdc5207bda876633.zip
dont close the network list. just hide it so its reusable
Diffstat (limited to 'windows/WinUI/NetworkListView.xaml')
-rw-r--r--windows/WinUI/NetworkListView.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/WinUI/NetworkListView.xaml b/windows/WinUI/NetworkListView.xaml
index 30a3e257..1dc774b7 100644
--- a/windows/WinUI/NetworkListView.xaml
+++ b/windows/WinUI/NetworkListView.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.NetworkListView"
- Title="ZeroTier One" Height="500" Width="500" Icon="ZeroTierIcon.ico">
+ Title="ZeroTier One" SizeToContent="Width" Height="500" Width="Auto" Icon="ZeroTierIcon.ico">
<Window.Resources>
<SolidColorBrush x:Key="GreenBrush" Color="#ff91a2a3"/>