Fix text width in chatbar
BUG: 516245
This commit is contained in:
@@ -72,7 +72,7 @@ QQC2.TextArea {
|
||||
*/
|
||||
property bool isReply: false
|
||||
|
||||
Layout.fillWidth: NeoChatConfig.compactLayout
|
||||
Layout.fillWidth: NeoChatConfig.compactLayout || editable
|
||||
Layout.maximumWidth: Message.maxContentWidth
|
||||
|
||||
Keys.onPressed: (event) => {
|
||||
|
||||
Reference in New Issue
Block a user