mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 13:42:24 +00:00
25 lines
799 B
XML
25 lines
799 B
XML
<Styles xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<Design.PreviewWith>
|
|
<Border Padding="20">
|
|
<!-- Add Controls for Previewer Here -->
|
|
</Border>
|
|
</Design.PreviewWith>
|
|
|
|
<Style Selector="DataGrid">
|
|
<Setter Property="RowHeight" Value="24" />
|
|
<Setter Property="ScrollViewer.AllowAutoHide" Value="False" />
|
|
</Style>
|
|
|
|
<Style Selector="PathIcon">
|
|
<Setter Property="Width" Value="16" />
|
|
<Setter Property="Height" Value="16" />
|
|
</Style>
|
|
|
|
<Style Selector="TextBox">
|
|
<Setter Property="ScrollViewer.AllowAutoHide" Value="False" />
|
|
</Style>
|
|
|
|
<Style Selector="ScrollViewer">
|
|
<Setter Property="AllowAutoHide" Value="False" />
|
|
</Style>
|
|
</Styles>
|