|
113 | 113 | <!-- Datagrid styles --> |
114 | 114 |
|
115 | 115 | <Style Selector="DataGridColumnHeader"> |
116 | | - <Setter Property="MinHeight" Value="25" /> |
117 | | - <Setter Property="Height" Value="25" /> |
| 116 | + <Setter Property="MinHeight" Value="27" /> |
| 117 | + <Setter Property="Height" Value="27" /> |
118 | 118 | </Style> |
119 | 119 | <Style Selector="DataGridRowGroupHeader"> |
120 | | - <Setter Property="MinHeight" Value="25" /> |
121 | | - <Setter Property="Height" Value="25" /> |
122 | | - </Style> |
123 | | - <Style Selector="DataGrid DataGridRow:nth-child(2n)"> |
124 | | - <Setter Property="Background" Value="rgba(148, 148, 148, 0.04)" /> |
| 120 | + <Setter Property="MinHeight" Value="27" /> |
| 121 | + <Setter Property="Height" Value="27" /> |
125 | 122 | </Style> |
| 123 | + |
126 | 124 | <Style Selector="DataGridRow"> |
127 | | - <Setter Property="Height" Value="25" /> |
128 | | - <Setter Property="FontSize" Value="{DynamicResource FontSizeNormal}" /> |
| 125 | + <Setter Property="Height" Value="27" /> |
| 126 | + <Setter Property="FontSize" Value="14" /> |
129 | 127 | </Style> |
130 | 128 | <Style Selector="DataGridCell"> |
131 | | - <Setter Property="Height" Value="22" /> |
132 | | - <Setter Property="FontSize" Value="{DynamicResource FontSizeNormal}" /> |
| 129 | + <Setter Property="Height" Value="27" /> |
| 130 | + <Setter Property="FontSize" Value="14" /> |
133 | 131 | </Style> |
134 | 132 |
|
135 | 133 | <Style Selector="DataGridRow"> |
136 | | - <Setter Property="FontSize" Value="{DynamicResource FontSizeNormal}" /> |
| 134 | + <!--<Setter Property="FontSize" Value="{DynamicResource FontSizeNormal}" />--> |
| 135 | + <Setter Property="FontSize" Value="14" /> |
137 | 136 | <Setter Property="Focusable" Value="False" /> |
138 | 137 | </Style> |
139 | 138 |
|
140 | 139 | <Style Selector="DataGridCell/template/ Grid#PART_CellRoot"> |
141 | | - <Setter Property="Height" Value="25" /> |
| 140 | + <Setter Property="Height" Value="27" /> |
142 | 141 | </Style> |
143 | 142 |
|
144 | 143 |
|
| 144 | + <Style Selector="DataGrid DataGridRow:nth-child(2n)"> |
| 145 | + <Setter Property="Background" Value="rgba(148, 148, 148, 0.04)" /> |
| 146 | + </Style> |
| 147 | + |
145 | 148 | <Style Selector="DataGrid:focus DataGridCell:current /template/ Grid#FocusVisual"> |
146 | 149 | <Setter Property="IsVisible" Value="False" /> |
147 | 150 | <Setter Property="Background" Value="Transparent" /> |
|
0 commit comments