utilbuttons

This commit is contained in:
end-4
2025-04-10 12:55:26 +02:00
parent 91cef5700a
commit 15990bf8d1
6 changed files with 106 additions and 18 deletions
@@ -0,0 +1,11 @@
import "../"
import QtQuick
import QtQuick.Layouts
Text {
renderType: Text.NativeRendering
verticalAlignment: Text.AlignVCenter
font.family: Appearance.font.family.main
font.pointSize: Appearance.font.pointSize.small
color: Appearance.colors.colOnBackground
}