1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 18:07:34 +00:00

PixelPaint: Add Smooth Pixels scaling option

This commit is contained in:
Karol Kosek 2022-06-03 20:12:50 +02:00 committed by Sam Atkins
parent 1759d8f34e
commit 54687c63af
2 changed files with 13 additions and 1 deletions

View file

@ -81,6 +81,12 @@
autosize: true
}
@GUI::RadioButton {
name: "smooth_pixels_radio"
text: "Smooth Pixels"
autosize: true
}
@GUI::RadioButton {
name: "bilinear_radio"
text: "Bilinear"