Browse Source

Removed tool set top right corner

CPKreuz 4 năm trước cách đây
mục cha
commit
4490cadcfb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      PixiEditor/Views/MainWindow.xaml

+ 1 - 1
PixiEditor/Views/MainWindow.xaml

@@ -333,7 +333,7 @@
         </Grid>
 
         <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" >
 
             <ItemsControl ItemsSource="{Binding ToolsSubViewModel.ToolSet}">