mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +00:00
Added splitter to SectionServerFiles and
This commit is contained in:
parent
a28fc8f9b3
commit
6377fe9c5c
4 changed files with 115 additions and 16 deletions
|
|
@ -96,6 +96,11 @@
|
|||
<Setter Property="Background" Value="{StaticResource BeigeLabel}"/>
|
||||
<Setter Property="BorderBrush" Value="{StaticResource BeigeBorder}"/>
|
||||
</Style>
|
||||
|
||||
<Style x:Key="GridSplitterBorderStyle" TargetType="GridSplitter">
|
||||
<Setter Property="BorderBrush" Value="{StaticResource BeigeBorder}"/>
|
||||
<Setter Property="BorderThickness" Value="1"/>
|
||||
</Style>
|
||||
|
||||
<Style x:Key="ButtonStyle1" TargetType="Button" BasedOn="{StaticResource {x:Type Button}}">
|
||||
<Setter Property="Background" Value="#00ffffff"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue