mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-01-20 15:40:16 +01:00
Change title and size of window
This commit is contained in:
parent
fbd85f1b31
commit
ecf9d4e53a
|
|
@ -3,7 +3,7 @@
|
|||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="clr-namespace:SampleApp.WinDesktop"
|
||||
xmlns:esri="http://schemas.esri.com/arcgis/runtime/2013"
|
||||
Title="Sample App" Height="500" Width="625">
|
||||
Title="NMEA Parser Sample App" Height="768" Width="1024">
|
||||
<Window.Resources>
|
||||
<local:NullToCollapsedConverter x:Key="nullConv" />
|
||||
<Style TargetType="UserControl" x:Key="card">
|
||||
|
|
|
|||
Loading…
Reference in a new issue