Skip to content

Commit 031fd2c

Browse files
Merge pull request #4 from Learnmore-smart/trae/solo-agent-XAFlWT
fix: 调整 EditorPage 浮动工具栏位置
2 parents c044f9a + bf4fdd4 commit 031fd2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Pages/EditorPage.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@
130130
</ScrollViewer>
131131

132132
<!-- Floating Toolbar -->
133-
<Border x:Name="ToolbarBorder" HorizontalAlignment="Center" VerticalAlignment="Top"
134-
Margin="0,12,0,0" Padding="8,4" CornerRadius="14"
133+
<Border x:Name="ToolbarBorder" HorizontalAlignment="Left" VerticalAlignment="Top"
134+
Margin="32,12,0,0" Padding="8,4" CornerRadius="14"
135135
Background="White"
136136
BorderBrush="#D1D5DB"
137137
BorderThickness="1">

0 commit comments

Comments
 (0)