Skip to content

Commit

Permalink
Align label
Browse files Browse the repository at this point in the history
  • Loading branch information
elpatron68 committed May 30, 2020
1 parent 350db00 commit d6d26a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SnowRunner-Tool/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,14 +210,14 @@
</Menu>

<Label Content="SnowRunner path"
Margin="20,28,860,0"
Margin="20,28,0,0"
VerticalAlignment="Top"
HorizontalAlignment="Left"
FontStyle="Italic"
FontStyle="Italic" Width="154"
/>
<Label x:Name="lblSnowRunnerPath"
Content="Path"
Margin="320,28,0,0"
Margin="200,28,0,0"
VerticalAlignment="Top"
HorizontalAlignment="Left" Width="653"
/>
Expand Down
1 change: 1 addition & 0 deletions SnowRunner-Tool/SnowRunner-Tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@
</EmbeddedResource>
<None Include="..\Changelog.md">
<Link>Changelog.md</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="..\copying">
<Link>copying</Link>
Expand Down

0 comments on commit d6d26a8

Please sign in to comment.