Tweak settings window and label sizes.

This commit is contained in:
Filippo Scognamiglio
2022-01-16 09:40:20 +01:00
parent 01c7929ee3
commit 8a45fbe9ed
2 changed files with 6 additions and 6 deletions

View File

@@ -27,8 +27,8 @@ import QtQuick.Dialogs 1.1
Window {
id: settings_window
title: qsTr("Settings")
width: 600
height: 600
width: 640
height: 640
property int tabmargins: 15