Skip to content

Commit de601a3

Browse files
committed
补充遗漏的 Margin
1 parent 9af86b3 commit de601a3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

DirectorPrompt/Views/SettingsWindow.axaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@
366366
</Button>
367367

368368
<TextBlock Text="{Binding ConnectionMessage}"
369-
Margin="16,0,0,0"
369+
Margin="8,0,0,0"
370370
TextWrapping="Wrap"
371371
VerticalAlignment="Center"
372372
FontSize="12" />
@@ -558,6 +558,7 @@
558558
</Button>
559559
<TextBlock
560560
Text="{Binding Embedding.ConnectionMessage}"
561+
Margin="8 0 0 0"
561562
TextWrapping="Wrap"
562563
VerticalAlignment="Center"
563564
FontSize="12" />

0 commit comments

Comments
 (0)