mirror of
https://github.com/stemoretti/BaseUI.git
synced 2026-02-08 00:10:17 -05: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