|
7 | 7 | xmlns:capture="clr-namespace:KitopiaAvalonia.Controls.Capture" |
8 | 8 | xmlns:plugin1="clr-namespace:Core.Services.Plugin;assembly=Core" |
9 | 9 | xmlns:utils="clr-namespace:Core.Utils;assembly=Core" |
| 10 | + xmlns:u="https://irihi.tech/ursa" |
10 | 11 | mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" |
11 | 12 | x:Class="KitopiaAvalonia.Windows.ScreenCaptureWindow" |
12 | 13 | Title="ScreenCaptureWindow"> |
|
122 | 123 |
|
123 | 124 | <!-- Row 2: Settings --> |
124 | 125 | <Border Background="{DynamicResource SemiColorFill0}" CornerRadius="6" Padding="12,6,12,6"> |
125 | | - <Grid ColumnDefinitions="Auto, *, Auto, Auto"> |
| 126 | + <Grid ColumnDefinitions="Auto, Auto,Auto, Auto, Auto"> |
126 | 127 | <TextBlock Text="粗细" VerticalAlignment="Center" Margin="0,0,12,0" Foreground="{DynamicResource SemiColorText1}" FontSize="12" /> |
127 | 128 | <Slider Grid.Column="1" ToolTip.Tip="画笔大小" Name="StrokeWidth" Minimum="1" Maximum="30" Value="3" Margin="0,0,16,0" VerticalAlignment="Center" Width="120" /> |
128 | | - |
129 | | - <TextBlock Grid.Column="2" Text="颜色" VerticalAlignment="Center" Margin="0,0,12,0" Foreground="{DynamicResource SemiColorText1}" FontSize="12" /> |
130 | | - <ColorPicker Grid.Column="3" SelectedIndex="1" ToolTip.Tip="画笔颜色" Name="ColorPicker" Foreground="{DynamicResource SemiColorText0}" Height="28" Width="48" /> |
| 129 | + <u:NumericIntUpDown Grid.Column="2" Name="StrokeWidth2" Minimum="1" Maximum="30" Value="3" Margin="0,0,16,0" VerticalAlignment="Center" Width="60"/> |
| 130 | + <TextBlock Grid.Column="3" Text="颜色" VerticalAlignment="Center" Margin="0,0,12,0" Foreground="{DynamicResource SemiColorText1}" FontSize="12" /> |
| 131 | + <ColorPicker Grid.Column="4" SelectedIndex="1" ToolTip.Tip="画笔颜色" Name="ColorPicker" Foreground="{DynamicResource SemiColorText0}" Height="28" Width="48" /> |
131 | 132 | </Grid> |
132 | 133 | </Border> |
133 | 134 | </StackPanel> |
|
0 commit comments