Add UI for project approach

This commit is contained in:
2025-02-15 10:11:06 +01:00
parent b35967d6dc
commit 88c8923989
2 changed files with 16 additions and 16 deletions

View File

@@ -91,7 +91,7 @@ export component MainTab inherits Rectangle {
HorizontalLayout {
padding: 4px;
GroupBox {
title: "Added TIMs";
title: "Added files";
VerticalLayout {
alignment: start;
padding: 4px;
@@ -103,11 +103,11 @@ export component MainTab inherits Rectangle {
HorizontalLayout {
padding: 4px;
Button {
text: "Add TIM";
text: "Add file";
clicked => {root.add_file_clicked();}
}
Button {
text: "Remove TIM";
text: "Remove file";
clicked => {
root.remove_file_clicked(vram_files_list.current_item);
vram_files_list.current-item = -1;