Finalize it GUI
This commit is contained in:
@@ -1,10 +1,28 @@
|
||||
import { AboutSlint } from "std-widgets.slint";
|
||||
export component AboutTab {
|
||||
y: 0px;
|
||||
VerticalLayout {
|
||||
AboutSlint {}
|
||||
padding: 8px;
|
||||
alignment: start;
|
||||
Text {
|
||||
x: 8pt;
|
||||
font-size: 24pt;
|
||||
text: "TIM_Tool Version 0.1.0";
|
||||
horizontal-alignment: center;
|
||||
}
|
||||
Text {
|
||||
font-size: 20pt;
|
||||
text: "Part of JabyEngine";
|
||||
horizontal-alignment: center;
|
||||
}
|
||||
Text {
|
||||
font-size: 16pt;
|
||||
text: "MIT License";
|
||||
horizontal-alignment: center;
|
||||
}
|
||||
Text {
|
||||
font-size: 16pt;
|
||||
text: " ";
|
||||
}
|
||||
AboutSlint {}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user