Browse Source

Removed border from node picker button

Krzysztof Krysiński 2 months ago
parent
commit
cffa44932e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/PixiEditor/Styles/Templates/NodePicker.axaml

+ 1 - 0
src/PixiEditor/Styles/Templates/NodePicker.axaml

@@ -50,6 +50,7 @@
                                                 <DataTemplate DataType="nodes1:NodeTypeInfo">
                                                     <Button
                                                         Background="Transparent"
+                                                        BorderThickness="0"
                                                         Command="{Binding SelectNodeCommand, RelativeSource={RelativeSource FindAncestor, AncestorType=nodes:NodePicker}}"
                                                         CommandParameter="{Binding}"
                                                         HorizontalContentAlignment="Left"