Cosmetic changes

Taskbar Setting => Settings

Alignment of combo boxes
Alignment of checkboxes and text
This commit is contained in:
Coenraad Stijne
2014-07-10 21:07:44 +02:00
parent 418aa44960
commit 2d895b52a4
4 changed files with 14 additions and 13 deletions

View File

@@ -14,11 +14,11 @@
</Grid.RowDefinitions>
<StackPanel Grid.Row="0" Orientation="Horizontal">
<CheckBox x:Name="cbReplaceWinR" />
<TextBlock Text="Replace Win+R" />
<TextBlock Margin="5 -2 0 0" Text="Replace Win+R" />
</StackPanel>
<StackPanel Grid.Row="1" Orientation="Horizontal" Margin="0 10 0 0">
<CheckBox x:Name="cbLeaveCmdOpen" />
<TextBlock Text="Do not close Command Prompt after command execution" />
<TextBlock Margin="5 -2 0 0" Text="Do not close Command Prompt after command execution" />
</StackPanel>
</Grid>
</Border>

View File

@@ -51,6 +51,6 @@
<Button x:Name="btnEditProgramSource" Click="btnEditProgramSource_OnClick" Width="100" Margin="10" Content="Edit"/>
<Button x:Name="btnAddProgramSource" Click="btnAddProgramSource_OnClick" Width="100" Margin="10" Content="Add"/>
</StackPanel>
<TextBlock Grid.Row="1" Margin="10" HorizontalAlignment="Left" Text="* Restarting required" VerticalAlignment="Center" />
<TextBlock Grid.Row="1" Margin="10" HorizontalAlignment="Left" Text="* Restart required" VerticalAlignment="Center" />
</Grid>
</UserControl>