Skip to content

Commit

Permalink
Changed font on labels.
Browse files Browse the repository at this point in the history
  • Loading branch information
Therzok committed Apr 30, 2013
1 parent af67aca commit ee2596d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions SeeGitApp/Views/SettingsView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,19 @@
<Border Background="Black">
<StackPanel Orientation="Horizontal" Width="700" Height="50">
<StackPanel Orientation="Vertical">
<TextBlock Text="Adorner Commit Message Visibility" Foreground="White" Padding="4" />
<Label VerticalAlignment="Center" VerticalContentAlignment="Center" Foreground="White" FontSize="10"
FontFamily="Verdana" FontWeight="Bold" Margin="0,0,0,0" Content="Show Commit Adorner Message" />
<ComboBox HorizontalAlignment="Center" Width="196" Padding="4" Foreground="Black" Background="White" ></ComboBox>
</StackPanel>
<StackPanel Orientation="Vertical">
<TextBlock Text="Commit Description Visibility" Foreground="White" Padding="4" />
<Label VerticalAlignment="Center" VerticalContentAlignment="Center" Foreground="White" FontSize="10"
FontFamily="Verdana" FontWeight="Bold" Margin="0,0,0,0" Content="Show Commit Description" />
<CheckBox HorizontalAlignment="Center" Margin="10 2 0 0" Background="White" />
</StackPanel>

<StackPanel Orientation="Vertical">
<TextBlock Text="SHA Length" Foreground="White" Padding="4" />
<Label VerticalAlignment="Center" VerticalContentAlignment="Center" Foreground="White" FontSize="10"
FontFamily="Verdana" FontWeight="Bold" Margin="0,0,0,0" Content="SHA Length" />
<TextBox Width="60" HorizontalAlignment="Center"/>
</StackPanel>
</StackPanel>
Expand Down

0 comments on commit ee2596d

Please sign in to comment.