Menu
authorPAMPHILE Jonathan <pamphile@efrei.fr>
Wed, 16 Sep 2009 00:14:08 +0200
changeset 66 3de4c1346bf4
parent 65 3ec392c8f45b
child 68 5f547156bda6
Menu
src/FingersDance.Control.Menu/UserControlMenu.xaml
--- a/src/FingersDance.Control.Menu/UserControlMenu.xaml	Tue Sep 15 23:13:15 2009 +0200
+++ b/src/FingersDance.Control.Menu/UserControlMenu.xaml	Wed Sep 16 00:14:08 2009 +0200
@@ -26,8 +26,8 @@
                         </Setter.Value>
                     </Setter>
                     <Setter Property="FontFamily" Value="Segoe UI"/>
-                    <Setter Property="FontSize" Value="10"/>
-                    <Setter Property="Foreground" Value="#FF000000"/>
+                    <Setter Property="FontSize" Value="14"/>
+                    <Setter Property="Foreground" Value="#DEE2E6"/>
                     <Setter Property="Background" Value="#33A4B4BD"/>
                     <Setter Property="BorderBrush">
                         <Setter.Value>
@@ -140,8 +140,8 @@
                         </Setter.Value>
                     </Setter>
                     <Setter Property="FontFamily" Value="Segoe UI"/>
-                    <Setter Property="FontSize" Value="10"/>
-                    <Setter Property="Foreground" Value="#FF000000"/>
+                    <Setter Property="FontSize" Value="12"/>
+                    <Setter Property="Foreground" Value="#FFFFFF"/>
                     <Setter Property="Background" Value="#33A4B4BD"/>
                     <Setter Property="BorderBrush">
                         <Setter.Value>
@@ -154,7 +154,7 @@
                     <Setter Property="BorderThickness" Value="1,1,1,1"/>
                     <Setter Property="HorizontalContentAlignment" Value="Left"/>
                     <Setter Property="VerticalContentAlignment" Value="Center"/>
-                    <Setter Property="Padding" Value="15,6,15,6"/>
+                    <Setter Property="Padding" Value="30,6,15,6"/>
                     <Setter Property="IsTabStop" Value="False"/>
                     <Setter Property="Focusable" Value="False"/>
                     <Setter Property="MinWidth" Value="30"/>
@@ -254,8 +254,8 @@
                         </Setter.Value>
                     </Setter>
                     <Setter Property="FontFamily" Value="Segoe UI"/>
-                    <Setter Property="FontSize" Value="10"/>
-                    <Setter Property="Foreground" Value="#FFFF0000"/>
+                    <Setter Property="FontSize" Value="11"/>
+                    <Setter Property="Foreground" Value="#949483"/>
                     <Setter Property="Background" Value="#33A4B4BD"/>
                     <Setter Property="BorderBrush">
                         <Setter.Value>
@@ -268,7 +268,7 @@
                     <Setter Property="BorderThickness" Value="1,1,1,1"/>
                     <Setter Property="HorizontalContentAlignment" Value="Left"/>
                     <Setter Property="VerticalContentAlignment" Value="Center"/>
-                    <Setter Property="Padding" Value="15,6,15,6"/>
+                    <Setter Property="Padding" Value="45,6,15,6"/>
                     <Setter Property="IsTabStop" Value="False"/>
                     <Setter Property="Focusable" Value="False"/>
                     <Setter Property="MinWidth" Value="30"/>
@@ -369,7 +369,7 @@
                     </Setter>
                     <Setter Property="FontFamily" Value="Segoe UI"/>
                     <Setter Property="FontSize" Value="10"/>
-                    <Setter Property="Foreground" Value="#FFFF0000"/>
+                    <Setter Property="Foreground" Value="#50B7DC"/>
                     <Setter Property="Background" Value="#33A4B4BD"/>
                     <Setter Property="BorderBrush">
                         <Setter.Value>
@@ -382,7 +382,7 @@
                     <Setter Property="BorderThickness" Value="1,1,1,1"/>
                     <Setter Property="HorizontalContentAlignment" Value="Left"/>
                     <Setter Property="VerticalContentAlignment" Value="Center"/>
-                    <Setter Property="Padding" Value="15,6,15,6"/>
+                    <Setter Property="Padding" Value="60,6,15,6"/>
                     <Setter Property="IsTabStop" Value="False"/>
                     <Setter Property="Focusable" Value="False"/>
                     <Setter Property="MinWidth" Value="30"/>
@@ -467,8 +467,8 @@
             </Style.BasedOn>
         </Style>
     </UserControl.Resources>
-    
+
     <StackPanel x:Name="LayoutRoot" Width="Auto" Height="Auto" Background="{x:Null}">
-        
+
     </StackPanel>
 </UserControl>
\ No newline at end of file