mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-02 01:34:58 +00:00
ux: update workspace/page switcher popup layout
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
6b083dcd3e
commit
4b849d9d5c
7 changed files with 19 additions and 19 deletions
|
@ -103,13 +103,13 @@
|
|||
</ContentControl.DataTemplates>
|
||||
</ContentControl>
|
||||
|
||||
<!-- Workspace Switcher -->
|
||||
<!-- Workspace/Pages Switcher -->
|
||||
<Border Grid.Row="1"
|
||||
Background="Transparent"
|
||||
IsVisible="{Binding Switcher, Converter={x:Static ObjectConverters.IsNotNull}}">
|
||||
<Border HorizontalAlignment="Center" VerticalAlignment="Center" Effect="drop-shadow(0 0 12 #A0000000)">
|
||||
<Border Background="{DynamicResource Brush.Popup}" CornerRadius="8">
|
||||
<ContentControl Margin="16" Content="{Binding Switcher}">
|
||||
<ContentControl Margin="16,10,16,12" Content="{Binding Switcher}">
|
||||
<ContentControl.DataTemplates>
|
||||
<DataTemplate DataType="vm:WorkspaceSwitcher">
|
||||
<v:WorkspaceSwitcher/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue