We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe701f commit 212565aCopy full SHA for 212565a
Flow.Launcher/SettingWindow.xaml
@@ -1483,7 +1483,7 @@
1483
MouseWheelDelta="48"
1484
Orientation="Vertical"
1485
ScrollLineDelta="16"
1486
- SpacingMode="Uniform"
+ SpacingMode="None"
1487
StretchItems="True" />
1488
</ItemsPanelTemplate>
1489
</ListView.ItemsPanel>
@@ -1651,8 +1651,8 @@
1651
</StackPanel>
1652
<Grid Grid.Row="0" Grid.Column="1">
1653
<StackPanel
1654
- Margin="0,105,5,0"
1655
- HorizontalAlignment="Right"
+ Margin="12,105,5,5"
+ HorizontalAlignment="Center"
1656
Orientation="Horizontal">
1657
<Button
1658
MinHeight="40"
0 commit comments