diff options
-rw-r--r-- | app/Settings.qml | 4 | ||||
-rw-r--r-- | app/SettingsLauncher.qml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app/Settings.qml b/app/Settings.qml index bfcec3a..1d575d7 100644 --- a/app/Settings.qml +++ b/app/Settings.qml @@ -36,8 +36,8 @@ ApplicationWindow { Item { id: container anchors.centerIn: parent - width: 1080 - height: 1487 + width: 1920 + height: 720 scale: screenInfo.scale_factor() StackView { diff --git a/app/SettingsLauncher.qml b/app/SettingsLauncher.qml index 01c5433..c58392f 100644 --- a/app/SettingsLauncher.qml +++ b/app/SettingsLauncher.qml @@ -33,7 +33,7 @@ Page { delegate: MouseArea { id: delegate width: ListView.view.width - height: width / 6 + height: width / 15 RowLayout { anchors.fill: parent Item { |