瀏覽代碼

Removed tool set top right corner

CPKreuz 4 年之前
父節點
當前提交
4490cadcfb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      PixiEditor/Views/MainWindow.xaml

+ 1 - 1
PixiEditor/Views/MainWindow.xaml

@@ -333,7 +333,7 @@
         </Grid>
         </Grid>
 
 
         <Border Grid.Row="2" Grid.Column="0"
         <Border Grid.Row="2" Grid.Column="0"
-                    Background="{StaticResource AccentColor}" Grid.RowSpan="2" CornerRadius="5">
+                    Background="{StaticResource AccentColor}" Grid.RowSpan="2" CornerRadius="5,0,5,5">
         <StackPanel Orientation="Vertical" Cursor="Arrow" >
         <StackPanel Orientation="Vertical" Cursor="Arrow" >
 
 
             <ItemsControl ItemsSource="{Binding ToolsSubViewModel.ToolSet}">
             <ItemsControl ItemsSource="{Binding ToolsSubViewModel.ToolSet}">