diff options
| author | Grant Limberg <grant.limberg@zerotier.com> | 2016-11-16 14:50:25 -0800 |
|---|---|---|
| committer | Grant Limberg <grant.limberg@zerotier.com> | 2016-11-16 14:50:25 -0800 |
| commit | 14bf326de20ed70e752dcf2badf7d6d4623949d5 (patch) | |
| tree | 79edc359af767921929b909dc5f09d1470e4c824 /windows/WinUI/MainWindow.xaml | |
| parent | dc549b7f3c4852ed59c25af7b4d9a9fe494f4e7f (diff) | |
| download | infinitytier-14bf326de20ed70e752dcf2badf7d6d4623949d5.tar.gz infinitytier-14bf326de20ed70e752dcf2badf7d6d4623949d5.zip | |
make device ID selectable
Diffstat (limited to 'windows/WinUI/MainWindow.xaml')
| -rw-r--r-- | windows/WinUI/MainWindow.xaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/windows/WinUI/MainWindow.xaml b/windows/WinUI/MainWindow.xaml index 9d4a9fc1..f501b338 100644 --- a/windows/WinUI/MainWindow.xaml +++ b/windows/WinUI/MainWindow.xaml @@ -93,7 +93,9 @@ </Grid> </ItemsPanelTemplate> </StatusBar.ItemsPanel> - <StatusBarItem Grid.Column="0" x:Name="networkId" Content="deadbeef00" Foreground="White" FontFamily="Lucida Console"/> + <StatusBarItem Grid.Column="0" x:Name="networkId_placeholder"> + <TextBox x:Name="networkId" Text="deadbeef00" HorizontalAlignment="Left" Grid.Column="0" Foreground="White" FontFamily="Lucida Console" BorderThickness="0" IsReadOnly="true" Background="Transparent"/> + </StatusBarItem> <StatusBarItem Grid.Column="1" x:Name="onlineStatus" Content="ONLINE" Foreground="White" FontFamily="Lucida Console"/> <StatusBarItem Grid.Column="2" x:Name="versionString" Content="1.0.5" Foreground="White" FontFamily="Lucida Console"/> <StatusBarItem Grid.Column="3" x:Name="blank" Content="" Height="43" Foreground="White"/> |
