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