Pixelate scale of selection window
This commit is contained in:
parent
57f22a6d6c
commit
70cf70c4b5
|
@ -187,6 +187,7 @@ export component MainTab inherits Rectangle {
|
|||
width: 128px;
|
||||
height: 128px;
|
||||
image-fit: contain;
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
}
|
||||
HorizontalLayout {
|
||||
|
|
Loading…
Reference in New Issue