Skip to content

Commit

Permalink
Fixed overlapping rows in settings after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Brollyy committed Nov 7, 2024
1 parent 7d53244 commit 5545857
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Windows/SettingsWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@
</StackPanel>
</Border>

<Border Grid.Row="4" Grid.Column="0">
<Border Grid.Row="5" Grid.Column="0">
<TextBlock FontSize="10" VerticalAlignment="Center">Note Paste Behavior</TextBlock>
</Border>

<Border Grid.Row="4" Grid.Column="1">
<Border Grid.Row="5" Grid.Column="1">
<ComboBox x:Name="comboNotePasteBehavior" DisplayMemberPath="Label" SelectionChanged="ComboNotePasteBehavior_SelectionChanged" VerticalAlignment="Center"/>
</Border>

Expand Down

0 comments on commit 5545857

Please sign in to comment.