66 xmlns : viewModels =" clr-namespace:EasyHosts.ViewModels"
77 WindowStartupLocation =" CenterScreen" WindowState =" Maximized"
88 WindowTransitionsEnabled =" True" ShowIconOnTitleBar =" False"
9- ShowWindowCommandsOnTop =" False" GlowBrush =" {DynamicResource AccentColorBrush}"
9+ RightWindowCommandsOverlayBehavior =" Always"
10+ GlowBrush =" {DynamicResource AccentColorBrush}"
1011 ResizeMode =" CanResizeWithGrip" MinHeight =" 480" MinWidth =" 760" TitleCaps =" True"
1112 Title =" EASY HOSTS" Icon =" eh.ico" >
1213 <controls : MetroWindow .DataContext>
166167 <RowDefinition Height =" Auto" />
167168 <RowDefinition Height =" *" />
168169 </Grid .RowDefinitions>
169-
170- <!-- <StackPanel Grid.Row="0" Margin="10" Orientation="Horizontal">
171- <Image Height="36" Width="36" Margin="10"
172- Source="Resources/add.png" Stretch="Uniform"
173- VerticalAlignment="Center" />
174- <TextBlock FontWeight="ExtraLight" FontSize="20" Text="EASY HOSTS"
175- Margin="10" VerticalAlignment="Center" />
176- </StackPanel>-->
177170 <TextBlock Grid.Row=" 0" FontWeight =" ExtraLight" FontSize =" 16" Text =" FILE NAME"
178171 Margin =" 10" VerticalAlignment =" Center" />
179172
185178 Content =" CREATE " />
186179
187180 <TextBlock Grid.Row=" 3" Margin =" 10" FontSize =" 12" x : Name =" NewFileMsg"
188- Text =" Just the file name (we'll manage extensions)." />
181+ Text =" Just the file name (we'll manage the extensions)." />
189182
190183
191184 </Grid >
194187
195188 </controls : FlyoutsControl >
196189 </controls : MetroWindow .Flyouts>
197- <controls : MetroWindow .WindowCommands >
190+ <controls : MetroWindow .RightWindowCommands >
198191 <controls : WindowCommands >
199192 <Button Content =" SETTINGS" Cursor =" Hand" Click =" SettingsClicked" />
200193 <Button Content =" ABOUT" Cursor =" Hand" Click =" AboutClicked" />
201194 </controls : WindowCommands >
202- </controls : MetroWindow .WindowCommands >
195+ </controls : MetroWindow .RightWindowCommands >
203196
204197 <controls : MetroAnimatedTabControl HorizontalAlignment =" Stretch" VerticalAlignment =" Stretch"
205198 HorizontalContentAlignment =" Stretch" VerticalContentAlignment =" Stretch"
215208 <views : Hosts DataContext =" {Binding Hosts}" x : Name =" HostsView" HorizontalContentAlignment =" Stretch" VerticalContentAlignment =" Stretch" />
216209 </controls : MetroTabItem >
217210 </controls : MetroAnimatedTabControl >
218-
219211</controls : MetroWindow >
0 commit comments