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

PixelPaint: Add support for box sampling scaling

This commit is contained in:
Jelle Raaijmakers 2023-05-19 00:29:05 +02:00 committed by Andreas Kling
parent 6b07926466
commit aebc260940
2 changed files with 14 additions and 3 deletions

View file

@ -1,7 +1,7 @@
@GUI::Widget {
fill_with_background_color: true
min_width: 260
min_height: 260
min_height: 280
layout: @GUI::VerticalBoxLayout {
margins: [4]
}
@ -93,6 +93,12 @@
autosize: true
}
@GUI::RadioButton {
name: "box_sampling_radio"
text: "Box Sampling"
autosize: true
}
@GUI::RadioButton {
name: "resize_canvas"
text: "Resize Canvas (None)"