mirror of
https://github.com/stemoretti/BaseUI.git
synced 2026-01-10 10:33:01 -05:00
Heavy changes
This commit is contained in:
9
qml/LabelTitle.qml
Normal file
9
qml/LabelTitle.qml
Normal file
@ -0,0 +1,9 @@
|
||||
import QtQuick
|
||||
import QtQuick.Layouts
|
||||
import QtQuick.Controls
|
||||
|
||||
Label {
|
||||
Layout.fillWidth: true
|
||||
font.pixelSize: Style.fontSizeTitle
|
||||
opacity: Style.opacityTitle
|
||||
}
|
||||
Reference in New Issue
Block a user