mirror of
https://github.com/tnodir/fort
synced 2024-11-15 08:46:03 +00:00
UI: Emphasize some titles.
This commit is contained in:
parent
dfb11ab07e
commit
42435f2ad4
@ -73,6 +73,7 @@ BasePage {
|
|||||||
|
|
||||||
TabButton {
|
TabButton {
|
||||||
width: Math.max(70, implicitWidth)
|
width: Math.max(70, implicitWidth)
|
||||||
|
font.bold: checked
|
||||||
text: appGroup.name
|
text: appGroup.name
|
||||||
|
|
||||||
readonly property AppGroup appGroup: modelData
|
readonly property AppGroup appGroup: modelData
|
||||||
|
@ -18,6 +18,7 @@ ColumnLayout {
|
|||||||
Label {
|
Label {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
id: title
|
id: title
|
||||||
|
font.weight: Font.DemiBold
|
||||||
}
|
}
|
||||||
CheckBox {
|
CheckBox {
|
||||||
id: checkBoxAll
|
id: checkBoxAll
|
||||||
|
@ -16,6 +16,7 @@ ColumnLayout {
|
|||||||
|
|
||||||
Label {
|
Label {
|
||||||
id: title
|
id: title
|
||||||
|
font.weight: Font.DemiBold
|
||||||
}
|
}
|
||||||
|
|
||||||
TextAreaFrame {
|
TextAreaFrame {
|
||||||
|
Loading…
Reference in New Issue
Block a user