Skip to content

Commit 18b8d76

Browse files
Merge pull request #299 from erikdarlingdata/ui/connection-dialog-spacing
Connection dialog: bump test-status row spacing 6 -> 8
2 parents 7dc2122 + e4ab291 commit 18b8d76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PlanViewer.App/Dialogs/ConnectionDialog.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
</StackPanel>
8080

8181
<!-- Test Connection + Status -->
82-
<StackPanel Grid.Row="7" Margin="0,0,0,12" Spacing="6">
82+
<StackPanel Grid.Row="7" Margin="0,0,0,12" Spacing="8">
8383
<Button x:Name="TestButton" Content="Test Connection" Click="TestConnection_Click"
8484
Height="32" Padding="12,0" FontSize="12" HorizontalAlignment="Left"
8585
Theme="{StaticResource AppButton}"/>

0 commit comments

Comments
 (0)