mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-08-21 09:51:20 +08:00
settings_re6
This commit is contained in:
@@ -18,13 +18,15 @@
|
||||
<fi:SymbolIconSource Symbol="Image" />
|
||||
</ui:SettingsExpander.IconSource>
|
||||
<ui:SettingsExpander.Footer>
|
||||
<StackPanel Orientation="Horizontal" Spacing="8">
|
||||
<Grid ColumnDefinitions="220,Auto"
|
||||
ColumnSpacing="8">
|
||||
<TextBox IsReadOnly="True"
|
||||
MinWidth="200"
|
||||
Grid.Column="0"
|
||||
Text="{Binding WallpaperPath}" />
|
||||
<Button Click="OnBrowseWallpaperClick"
|
||||
<Button Grid.Column="1"
|
||||
Click="OnBrowseWallpaperClick"
|
||||
Content="{Binding ImportWallpaperButtonText}" />
|
||||
</StackPanel>
|
||||
</Grid>
|
||||
</ui:SettingsExpander.Footer>
|
||||
</ui:SettingsExpander>
|
||||
|
||||
@@ -34,7 +36,7 @@
|
||||
<fi:SymbolIconSource Symbol="Maximize" />
|
||||
</ui:SettingsExpander.IconSource>
|
||||
<ui:SettingsExpander.Footer>
|
||||
<ComboBox MinWidth="160"
|
||||
<ComboBox Width="180"
|
||||
ItemsSource="{Binding WallpaperPlacements}"
|
||||
SelectedItem="{Binding SelectedWallpaperPlacement}">
|
||||
<ComboBox.ItemTemplate>
|
||||
|
||||
Reference in New Issue
Block a user