Support loading and displaying of image palette #16
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue