Browse Source

Доделал вывод информации о водителях

igor 5 months ago
parent
commit
6a28e80300
1 changed files with 2 additions and 3 deletions
  1. 2 3
      src/SASDesktop/Styles/Cards.xaml

+ 2 - 3
src/SASDesktop/Styles/Cards.xaml

@@ -17,9 +17,8 @@
     </Style>
 
     <Style x:Key="StandartButton" TargetType="Button">
-        <Setter Property="FontSize" Value="20"/>
-        <Setter Property="Height" Value="40"/>
-        <Setter Property="Width" Value="150"/>
+        <Setter Property="Height" Value="30"/>
+        <Setter Property="Width" Value="100"/>
         <Setter Property="Margin" Value="4"/>
     </Style>
 </ResourceDictionary>