Finalize it GUI
This commit is contained in:
@@ -4,8 +4,9 @@ import { MainTab } from "./tab/main-tab.slint";
|
||||
import { TabWidget } from "std-widgets.slint";
|
||||
|
||||
export component MainWindow inherits Window {
|
||||
min-width: tab_widget.width;
|
||||
min-height: tab_widget.height;
|
||||
title: "TIM Tool 0.1.0";
|
||||
width: tab_widget.width;
|
||||
height: tab_widget.height;
|
||||
|
||||
tab_widget := TabWidget {
|
||||
x: 0px;
|
||||
|
Reference in New Issue
Block a user