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