Restores the palette picker in decals (#7635)

This commit is contained in:
Flipp Syder
2022-04-18 15:43:27 -07:00
committed by GitHub
parent ff05ec238e
commit afb999fb50
3 changed files with 42 additions and 6 deletions

View File

@@ -11,7 +11,10 @@
</GridContainer>
</ScrollContainer>
<ColorSelectorSliders Name="ColorPicker" IsAlphaVisible="True" />
<BoxContainer Orientation="Vertical">
<ColorSelectorSliders Name="ColorPicker" IsAlphaVisible="True" />
<Button Name="PickerOpen" Text="{Loc 'decal-placer-window-palette'}" />
</BoxContainer>
<CheckBox Name="EnableColor" Text="{Loc 'decal-placer-window-use-color'}" />
<CheckBox Name="EnableSnap" Text="{Loc 'decal-placer-window-enable-snap'}" />
<CheckBox Name="EnableCleanable" Text="{Loc 'decal-placer-window-enable-cleanable'}" />