ux: right margin of main tab bar on macOS

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-02-12 21:29:17 +08:00
parent 3302bdeb26
commit c6aedf1193
No known key found for this signature in database

View file

@ -86,10 +86,10 @@
</Button> </Button>
<!-- Pages Tabs--> <!-- Pages Tabs-->
<v:LauncherTabBar Grid.Column="2" Height="30" VerticalAlignment="Bottom"/> <v:LauncherTabBar Grid.Column="2" Height="30" Margin="0,0,16,0" VerticalAlignment="Bottom"/>
<!-- Caption Buttons (Windows/Linux)--> <!-- Caption Buttons (Windows/Linux)-->
<Border Grid.Column="3" Margin="32,0,0,0" IsVisible="{Binding #ThisControl.IsRightCaptionButtonsVisible}"> <Border Grid.Column="3" Margin="16,0,0,0" IsVisible="{Binding #ThisControl.IsRightCaptionButtonsVisible}">
<v:CaptionButtons Height="30" VerticalAlignment="Top"/> <v:CaptionButtons Height="30" VerticalAlignment="Top"/>
</Border> </Border>
</Grid> </Grid>