mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-07 15:59:26 -05:00
14 lines
280 B
QML
14 lines
280 B
QML
import QtQuick
|
|
import Quickshell
|
|
import qs.modules.common
|
|
import qs.modules.common.functions
|
|
import qs.modules.common.widgets
|
|
|
|
StyledText {
|
|
text: "Dialog Title"
|
|
font {
|
|
pixelSize: Appearance.font.pixelSize.title
|
|
family: Appearance.font.family.title
|
|
}
|
|
}
|