mirror of
https://github.com/celesrenata/end-4-flakes.git
synced 2026-06-06 10:49:26 -05:00
11 lines
200 B
QML
11 lines
200 B
QML
import QtQuick
|
|
import QtQuick.Layouts
|
|
import qs.modules.common
|
|
import qs.modules.common.widgets
|
|
|
|
StyledText {
|
|
text: "Subsection"
|
|
color: Appearance.colors.colSubtext
|
|
Layout.leftMargin: 4
|
|
}
|