Pixelate scale of selection window
This commit is contained in:
parent
57f22a6d6c
commit
70cf70c4b5
|
@ -184,9 +184,10 @@ export component MainTab inherits Rectangle {
|
||||||
height: 128px;
|
height: 128px;
|
||||||
background: #A0A0A0;
|
background: #A0A0A0;
|
||||||
cur_sel_img := Image {
|
cur_sel_img := Image {
|
||||||
width: 128px;
|
width: 128px;
|
||||||
height: 128px;
|
height: 128px;
|
||||||
image-fit: contain;
|
image-fit: contain;
|
||||||
|
image-rendering: pixelated;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
HorizontalLayout {
|
HorizontalLayout {
|
||||||
|
|
Loading…
Reference in New Issue