Statistics
| Branch: | Revision:

root / trunk / Pithos.Client.WPF / PithosStyles.xaml @ f2d88248

History | View | Annotate | Download (845 Bytes)

1 9bae55d1 Panagiotis Kanavos
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2 9bae55d1 Panagiotis Kanavos
                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
3 20e9a378 Panagiotis Kanavos
4 20e9a378 Panagiotis Kanavos
    <Style x:Key="ButtonStyle" TargetType="Button" BasedOn="{StaticResource {x:Type Button}}">
5 9bae55d1 Panagiotis Kanavos
        <Setter Property="Margin" Value="5"/>
6 9bae55d1 Panagiotis Kanavos
        <Setter Property="Height" Value="25"/>
7 9bae55d1 Panagiotis Kanavos
        <Setter Property="Width" Value="75" />
8 9bae55d1 Panagiotis Kanavos
        <Setter Property="Padding" Value="3"/>
9 9bae55d1 Panagiotis Kanavos
    </Style>
10 20e9a378 Panagiotis Kanavos
    
11 20e9a378 Panagiotis Kanavos
    <Style TargetType="Window" >
12 20e9a378 Panagiotis Kanavos
        <Setter Property="Background" Value="{StaticResource {x:Static SystemColors.ControlBrushKey}}"/>
13 20e9a378 Panagiotis Kanavos
    </Style>
14 20e9a378 Panagiotis Kanavos
    
15 20e9a378 Panagiotis Kanavos
    <Style x:Key="MediumButton" TargetType="Button" BasedOn="{StaticResource {x:Type Button}}">
16 20e9a378 Panagiotis Kanavos
        <Setter Property="Width" Value="75"/>
17 20e9a378 Panagiotis Kanavos
        <Setter Property="Height" Value="25"/>
18 20e9a378 Panagiotis Kanavos
    </Style>
19 9bae55d1 Panagiotis Kanavos
</ResourceDictionary>