Skip to content

Commit

Permalink
мелочи
Browse files Browse the repository at this point in the history
  • Loading branch information
impworks committed Jun 27, 2013
1 parent 8b3df68 commit bbad43d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GraphHost/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d3="http://research.microsoft.com/DynamicDataDisplay/1.0"
Title="MainWindow" Height="480" Width="640">
Title="Graph Plotter: a demo host for LENS compiler" Height="480" Width="640">
<Border BorderBrush="Black" BorderThickness="1" Margin="16" Padding="16">
<Grid>
<Grid.RowDefinitions>
Expand Down
2 changes: 1 addition & 1 deletion GraphicScript/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:gs="clr-namespace:GraphicScript"
Title="Графический скрипт" Height="768" Width="1024" MinWidth="640" MinHeight="480"
Title="GraphicScript: a demo host for LENS compiler" Height="768" Width="1024" MinWidth="640" MinHeight="480"
d:DataContext="{d:DesignInstance gs:MainWindow}"
mc:Ignorable="d">
<Window.Resources>
Expand Down

0 comments on commit bbad43d

Please sign in to comment.