mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:47:45 +00:00
PixelPaint: Add support for box sampling scaling
This commit is contained in:
parent
6b07926466
commit
aebc260940
2 changed files with 14 additions and 3 deletions
|
@ -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)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue