Statistics
| Branch: | Revision:

root / trunk / Pithos.Client.WPF / PithosStyles.xaml @ 9bae55d1

History | View | Annotate | Download (443 Bytes)

1
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2
                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
3
    
4
    <Style x:Key="ButtonStyle" TargetType="Button">
5
        <Setter Property="Margin" Value="5"/>
6
        <Setter Property="Height" Value="25"/>
7
        <Setter Property="Width" Value="75" />
8
        <Setter Property="Padding" Value="3"/>
9
    </Style>
10
</ResourceDictionary>