uiux(Community): minor fixes in create channel modal to match designs

This commit is contained in:
Pascal Precht 2021-04-20 11:52:03 +02:00 committed by Iuri Matias
parent fc2e8505f3
commit 66839443c5
1 changed files with 1 additions and 2 deletions

View File

@ -54,8 +54,6 @@ ModalPopup {
Input {
id: nameInput
//% "Channel name"
label: qsTrId("channel-name")
//% "A cool name"
placeholderText: qsTrId("a-cool-name")
validationError: popup.nameValidationError
@ -156,6 +154,7 @@ ModalPopup {
StyledText {
id: privateExplanation
anchors.top: privateSwitcher.bottom
color: Style.current.secondaryText
wrapMode: Text.WordWrap
anchors.topMargin: Style.current.smallPadding * 2
width: parent.width