Pixelate scale of selection window

This commit is contained in:
Jaby 2025-03-03 20:34:15 +01:00
parent 57f22a6d6c
commit 70cf70c4b5
1 changed files with 4 additions and 3 deletions

View File

@ -187,6 +187,7 @@ export component MainTab inherits Rectangle {
width: 128px;
height: 128px;
image-fit: contain;
image-rendering: pixelated;
}
}
HorizontalLayout {