[applets/systemtray] Config: Flatten row layout and remove default wrapMode

wilder-5.26
ivan tkachenko 4 years ago
parent da0e08d45d
commit a3d69b9323
No known key found for this signature in database
GPG Key ID: AF72731B7C654CB3
  1. 23
      applets/systemtray/package/contents/ui/ConfigEntries.qml

@ -117,21 +117,16 @@ ColumnLayout {
contentItem: RowLayout {
spacing: Kirigami.Units.smallSpacing
RowLayout {
spacing: Kirigami.Units.smallSpacing
Layout.fillWidth: true
Kirigami.Icon {
implicitWidth: Kirigami.Units.iconSizes.smallMedium
implicitHeight: Kirigami.Units.iconSizes.smallMedium
source: model.decoration
}
Kirigami.Icon {
implicitWidth: Kirigami.Units.iconSizes.smallMedium
implicitHeight: Kirigami.Units.iconSizes.smallMedium
source: model.decoration
}
QQC2.Label {
Layout.fillWidth: true
text: model.display
elide: Text.ElideRight
wrapMode: Text.NoWrap
}
QQC2.Label {
Layout.fillWidth: true
text: model.display
elide: Text.ElideRight
}
QQC2.ComboBox {

Loading…
Cancel
Save