Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions faststack/faststack/qml/Main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ import "."

ApplicationWindow {
id: root
width: Screen.width
height: Screen.height
x: 0
y: 0
visibility: Window.Windowed
flags: Qt.FramelessWindowHint
visible: true
width: 1200
height: 800
minimumWidth: 800
minimumHeight: 500
flags: Qt.FramelessWindowHint | Qt.Window
title: "FastStack"

Material.theme: isDarkTheme ? Material.Dark : Material.Light
Expand Down