Support loading and displaying of image palette #16

Merged
jaby merged 17 commits from topic/jb/tim_tool/PaletteSupport into main 2025-03-06 18:11:51 +00:00
1 changed files with 4 additions and 3 deletions
Showing only changes of commit 70cf70c4b5 - Show all commits

View File

@ -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 {