aktueller stand

This commit is contained in:
Meik
2026-02-13 11:32:06 +01:00
parent 86ce7e89e1
commit b132755215
4 changed files with 22 additions and 210 deletions

View File

@@ -1,8 +1,8 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Style x:Key="ToggleSwitch"
TargetType="CheckBox">
<Style x:Key="ToggleSwitch"
TargetType="CheckBox">
<Setter Property="Height"
Value="15" />
<Setter Property="ToolTipService.ShowOnDisabled"
@@ -105,5 +105,5 @@
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
</Style>
</ResourceDictionary>