mirror of
https://github.com/stemoretti/BaseUI.git
synced 2025-07-18 21:14:25 -04:00
Heavy changes
This commit is contained in:
8
qml/LabelBodySecondary.qml
Normal file
8
qml/LabelBodySecondary.qml
Normal file
@ -0,0 +1,8 @@
|
||||
import QtQuick
|
||||
import QtQuick.Layouts
|
||||
import QtQuick.Controls
|
||||
|
||||
Label {
|
||||
Layout.fillWidth: true
|
||||
opacity: Style.opacityBodySecondary
|
||||
}
|
Reference in New Issue
Block a user