Improve RoomSettingsDialog: use better text color and clearer label for aliases
This commit is contained in:
@@ -121,7 +121,7 @@ Kirigami.OverlaySheet {
|
|||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
id: altAlias
|
id: altAlias
|
||||||
Kirigami.FormData.label: i18n("Alt Aliases")
|
Kirigami.FormData.label: i18n("Other Aliases:")
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
||||||
visible: room.altAliases && room.altAliases.length
|
visible: room.altAliases && room.altAliases.length
|
||||||
@@ -139,7 +139,6 @@ Kirigami.OverlaySheet {
|
|||||||
|
|
||||||
Label {
|
Label {
|
||||||
text: modelData
|
text: modelData
|
||||||
color: Kirigami.Theme.disabledColor
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ToolButton {
|
ToolButton {
|
||||||
|
|||||||
Reference in New Issue
Block a user