Skip to content

Commit 86464c2

Browse files
committed
ux: add margin between scroll-right button and new tab button
Signed-off-by: leo <[email protected]>
1 parent 0c9e628 commit 86464c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/LauncherTabBar.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
<Path Width="8" Height="14" Stretch="Fill" Data="{StaticResource Icons.TriangleRight}"/>
153153
</RepeatButton>
154154

155-
<Button Classes="icon_button" Width="16" Height="16" Command="{Binding AddNewTab}">
155+
<Button Classes="icon_button" Width="16" Height="16" Margin="4,0,0,0" Command="{Binding AddNewTab}">
156156
<ToolTip.Tip>
157157
<StackPanel Orientation="Horizontal" VerticalAlignment="Center">
158158
<TextBlock Text="{DynamicResource Text.PageTabBar.New}" VerticalAlignment="Center"/>

0 commit comments

Comments
 (0)