Pixelate scale of selection window
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user