add:展台

This commit is contained in:
2026-02-19 19:28:21 +08:00
parent 1a585d353f
commit bcb7002b22
3 changed files with 47 additions and 22 deletions
-19
View File
@@ -10313,25 +10313,6 @@
RenderOptions.BitmapScalingMode="HighQuality" Height="17" Margin="0,3,0,0" />
<TextBlock Text="白板" Foreground="{DynamicResource FloatBarForeground}" FontSize="8" Margin="0,2,0,3" TextAlignment="Center" />
</ui:SimpleStackPanel>
<ui:SimpleStackPanel
MouseUp="BtnToggleVideoPresenter_Click"
Background="Transparent"
Orientation="Vertical"
HorizontalAlignment="Center"
Width="32"
Margin="0">
<Image
Source="/Resources/Icons-png/EasiCamera.png"
RenderOptions.BitmapScalingMode="HighQuality"
Height="17"
Margin="0,3,0,0" />
<TextBlock
Text="展台"
Foreground="{DynamicResource FloatBarForeground}"
FontSize="8"
Margin="0,2,0,3"
TextAlignment="Center" />
</ui:SimpleStackPanel>
<ui:SimpleStackPanel
x:Name="BtnExitPptFromSidebarLeft"
MouseUp="ExitPPTSlideShow_MouseUp"