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