Services in subfolder + cleanup/fixes

This commit is contained in:
ItsLemmy
2025-11-08 16:38:43 -05:00
parent 20c0589ce4
commit 355271768c
161 changed files with 191 additions and 201 deletions
+3 -3
View File
@@ -4,7 +4,7 @@ import QtQuick.Layouts
import QtQuick.Window
import qs.Commons
import qs.Widgets
import qs.Services
import qs.Services.UI
Popup {
id: root
@@ -15,8 +15,8 @@ Popup {
signal iconSelected(string iconName)
width: 900 * Style.uiScaleRatio
height: 700 * Style.uiScaleRatio
width: Math.round(900 * Style.uiScaleRatio)
height: Math.round(700 * Style.uiScaleRatio)
anchors.centerIn: Overlay.overlay
padding: Style.marginXL