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

Revert "PixelPaint: Add support for box sampling scaling"

This reverts commit d6aefb1bf1.
This commit is contained in:
Andreas Kling 2023-05-19 13:33:53 +02:00
parent 1c4d69681c
commit 20537ed3da
2 changed files with 3 additions and 14 deletions

View file

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