|
393 | 393 | <GroupBox Header="画板"> |
394 | 394 | <ui:SimpleStackPanel Spacing="12"> |
395 | 395 | <StackPanel Orientation="Horizontal"> |
396 | | - <Slider x:Name="InkWidthSlider" |
| 396 | + <Slider x:Name="InkWidthSlider" |
397 | 397 | HorizontalAlignment="Left" |
398 | 398 | Minimum="1" Maximum="20" |
399 | 399 | Width="330" FontFamily="Microsoft YaHei UI" |
|
1196 | 1196 | <ui:SymbolIcon Margin="0,0,0,0" Symbol="Camera" Foreground="{DynamicResource FloatBarForeground}" MouseDown="Border_MouseDown" MouseUp="SymbolIconScreenshot_MouseUp"/> |
1197 | 1197 | <Grid Height="24" Width="20"> |
1198 | 1198 | <ui:SymbolIcon Symbol="Repair" Foreground="{DynamicResource FloatBarForeground}" MouseDown="Border_MouseDown" MouseUp="SymbolIconTools_MouseUp"/> |
1199 | | - <Border Name="BorderTools" Margin="37,-157,-140,-6" CornerRadius="5" Background="{DynamicResource FloatBarBackground}" BorderThickness="1" BorderBrush="{DynamicResource FloatBarBorderBrush}"> |
| 1199 | + <Border Name="BorderTools" Margin="37,-195,-140,-6" CornerRadius="5" Background="{DynamicResource FloatBarBackground}" BorderThickness="1" BorderBrush="{DynamicResource FloatBarBorderBrush}"> |
1200 | 1200 | <ui:SimpleStackPanel> |
1201 | 1201 | <Label Content="快捷设置" FontSize="14" Foreground="{DynamicResource FloatBarForeground}" |
1202 | 1202 | HorizontalAlignment="Left" Margin="8,8"/> |
| 1203 | + <Viewbox Margin="12,0,0,0" Height="38" Width="100" HorizontalAlignment="Left" VerticalAlignment="Top"> |
| 1204 | + <ui:SimpleStackPanel> |
| 1205 | + <Label Margin="0,0,0,-2" Content="画笔粗细" Foreground="{DynamicResource ToolBarForeground}" FontSize="13" VerticalAlignment="Center"/> |
| 1206 | + <StackPanel Orientation="Horizontal"> |
| 1207 | + <Slider HorizontalAlignment="Left" |
| 1208 | + Minimum="1" Maximum="20" |
| 1209 | + Width="100" |
| 1210 | + IsSnapToTickEnabled="True" Value="{Binding ElementName=InkWidthSlider, Path=Value, Mode=TwoWay}" |
| 1211 | + TickFrequency="1" TickPlacement="Both"/> |
| 1212 | + <TextBlock Text="{Binding Value, ElementName=InkWidthSlider, Mode=OneWay}" |
| 1213 | + VerticalAlignment="Bottom" Margin="10,0,0,8" |
| 1214 | + Width="15" FontSize="13"/> |
| 1215 | + </StackPanel> |
| 1216 | + </ui:SimpleStackPanel> |
| 1217 | + </Viewbox> |
1203 | 1218 | <Viewbox Margin="12,0,0,0" Height="32" Width="50" HorizontalAlignment="Left" VerticalAlignment="Top"> |
1204 | 1219 | <ui:SimpleStackPanel> |
1205 | 1220 | <Label Margin="0,0,0,-2" Content="墨迹识别" Foreground="{DynamicResource FloatBarForeground}" FontSize="13" VerticalAlignment="Center"/> |
|
0 commit comments