Skip to content

Commit

Permalink
fixed missing margin
Browse files Browse the repository at this point in the history
  • Loading branch information
ArkadySK committed Jan 7, 2023
1 parent a17bb82 commit 7b4bb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@
</Grid.RowDefinitions>

<!--Wallpaper type-->
<StackPanel MaxWidth="{StaticResource PreviewWidth}" HorizontalAlignment="Left" >
<StackPanel Margin="5" MaxWidth="{StaticResource PreviewWidth}" HorizontalAlignment="Left" >
<Label Style="{StaticResource SystemLabel}" Content="Wallpaper type: "/>
<ComboBox MinWidth="250" x:Name="WallpaperTypeComboBox" ItemsSource="{Binding WallpaperSettings.WallpaperTypesStrings}" Style="{StaticResource SystemComboBox}" DropDownClosed="WallpaperTypeComboBox_DropDownClosed"
IsEditable="False" Text="{Binding WallpaperSettings.WallpaperType, Converter={StaticResource EnumToString}}">
Expand Down

0 comments on commit 7b4bb2c

Please sign in to comment.