Skip to content

Commit c6aedf1

Browse files
committed
ux: right margin of main tab bar on macOS
Signed-off-by: leo <[email protected]>
1 parent 3302bde commit c6aedf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Views/Launcher.axaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@
8686
</Button>
8787

8888
<!-- Pages Tabs-->
89-
<v:LauncherTabBar Grid.Column="2" Height="30" VerticalAlignment="Bottom"/>
89+
<v:LauncherTabBar Grid.Column="2" Height="30" Margin="0,0,16,0" VerticalAlignment="Bottom"/>
9090

9191
<!-- Caption Buttons (Windows/Linux)-->
92-
<Border Grid.Column="3" Margin="32,0,0,0" IsVisible="{Binding #ThisControl.IsRightCaptionButtonsVisible}">
92+
<Border Grid.Column="3" Margin="16,0,0,0" IsVisible="{Binding #ThisControl.IsRightCaptionButtonsVisible}">
9393
<v:CaptionButtons Height="30" VerticalAlignment="Top"/>
9494
</Border>
9595
</Grid>

0 commit comments

Comments
 (0)