Update MainWindow.xaml
This commit is contained in:
@@ -2347,8 +2347,7 @@
|
|||||||
<TextBlock Foreground="#fafafa" Text="墨迹与截图的保存路径" VerticalAlignment="Center"
|
<TextBlock Foreground="#fafafa" Text="墨迹与截图的保存路径" VerticalAlignment="Center"
|
||||||
FontSize="14" Margin="0,0,16,0" />
|
FontSize="14" Margin="0,0,16,0" />
|
||||||
<ui:SimpleStackPanel Orientation="Horizontal" Spacing="10">
|
<ui:SimpleStackPanel Orientation="Horizontal" Spacing="10">
|
||||||
<TextBox Width="320" x:Name="AutoSavedStrokesLocation"
|
<TextBox Width="320" x:Name="AutoSavedStrokesLocation" Text="D:\Ink Canvas"
|
||||||
Text="{Binding AppDomain.CurrentDomain.BaseDirectory, StringFormat={}Saves}"
|
|
||||||
TextWrapping="Wrap"
|
TextWrapping="Wrap"
|
||||||
TextChanged="AutoSavedStrokesLocationTextBox_TextChanged" />
|
TextChanged="AutoSavedStrokesLocationTextBox_TextChanged" />
|
||||||
<Button Name="AutoSavedStrokesLocationButton" Content="浏览"
|
<Button Name="AutoSavedStrokesLocationButton" Content="浏览"
|
||||||
|
|||||||
Reference in New Issue
Block a user