Burger-Button aus VideoOverlay raus - bleibt sichtbar auch wenn WebView aktiv
This commit is contained in:
parent
236cdcfc74
commit
33acf44d58
1 changed files with 11 additions and 9 deletions
|
|
@ -235,15 +235,6 @@
|
|||
Background="#01000000"
|
||||
PreviewMouseLeftButtonDown="VideoClickCatcher_DoubleClick">
|
||||
<Grid>
|
||||
<Button x:Name="BtnSidebarToggleOverlay"
|
||||
HorizontalAlignment="Left" VerticalAlignment="Top"
|
||||
Width="36" Height="36" Margin="8"
|
||||
Background="#80000000" Foreground="White" BorderThickness="0"
|
||||
Content="☰" FontSize="16" Cursor="Hand"
|
||||
Visibility="Collapsed"
|
||||
Panel.ZIndex="1000"
|
||||
Click="BtnSidebarToggle_Click"
|
||||
ToolTip="Seitenleiste wieder einblenden (Strg+B)"/>
|
||||
|
||||
<!-- Radio-Cover bei Audio-Streams — INNERHALB VideoView damit es die native HWND überdeckt -->
|
||||
<Border x:Name="RadioCover" Visibility="Collapsed"
|
||||
|
|
@ -361,6 +352,17 @@
|
|||
<wv2:WebView2 x:Name="WebView"
|
||||
Visibility="Collapsed"
|
||||
Panel.ZIndex="5"/>
|
||||
|
||||
<!-- Burger-Button: ausserhalb VideoOverlay damit er auch bei WebView-Modus sichtbar bleibt -->
|
||||
<Button x:Name="BtnSidebarToggleOverlay"
|
||||
HorizontalAlignment="Left" VerticalAlignment="Top"
|
||||
Width="36" Height="36" Margin="8"
|
||||
Background="#80000000" Foreground="White" BorderThickness="0"
|
||||
Content="☰" FontSize="16" Cursor="Hand"
|
||||
Visibility="Collapsed"
|
||||
Panel.ZIndex="20"
|
||||
Click="BtnSidebarToggle_Click"
|
||||
ToolTip="Seitenleiste wieder einblenden (Strg+B)"/>
|
||||
<TextBlock x:Name="TxtNoChannel"
|
||||
Text="Wähle einen Sender aus der Liste"
|
||||
Foreground="#666" FontSize="18"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue