Always on Top: Pin-Button + Strg+T, blau wenn aktiv

This commit is contained in:
dimedtec 2026-06-11 09:26:38 +02:00
parent 0da4161fa9
commit 59ab798b74
2 changed files with 16 additions and 0 deletions

View file

@ -381,6 +381,9 @@
<Slider x:Name="SldVolume" Width="100" Minimum="0" Maximum="100" Value="80"
VerticalAlignment="Center" Margin="8,0"
ValueChanged="SldVolume_ValueChanged"/>
<Button x:Name="BtnAlwaysOnTop" Content="📌" FontSize="14" Width="40" Height="40"
Background="Transparent" Foreground="#888" BorderThickness="0"
Click="BtnAlwaysOnTop_Click" Cursor="Hand" ToolTip="Immer im Vordergrund (Strg+T)"/>
<Button x:Name="BtnFullscreen" Content="⛶" FontSize="16" Width="40" Height="40"
Background="Transparent" Foreground="White" BorderThickness="0"
Click="BtnFullscreen_Click" Cursor="Hand" ToolTip="Vollbild (F11)"/>