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:
parent
1759d8f34e
commit
54687c63af
2 changed files with 13 additions and 1 deletions
|
@ -81,6 +81,12 @@
|
|||
autosize: true
|
||||
}
|
||||
|
||||
@GUI::RadioButton {
|
||||
name: "smooth_pixels_radio"
|
||||
text: "Smooth Pixels"
|
||||
autosize: true
|
||||
}
|
||||
|
||||
@GUI::RadioButton {
|
||||
name: "bilinear_radio"
|
||||
text: "Bilinear"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue