Style code

This commit is contained in:
2025-03-18 08:50:39 +01:00
parent f20cebab14
commit 7b1f5cd3cc
17 changed files with 54 additions and 39 deletions

View File

@@ -2,7 +2,8 @@ pragma Singleton
import QtQuick
QtObject {
QtObject
{
/**
* Distance for objects that are tied to each other,
* e.g. a field and its label.
@@ -22,4 +23,4 @@ QtObject {
readonly property int l: 30
readonly property int radius: 4
}
}