mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Refactor to add message text area into a flickable
This commit is contained in:
parent
e2d430a82a
commit
12fef4bf8b
2 changed files with 38 additions and 24 deletions
|
@ -34,7 +34,7 @@ QtObject {
|
|||
|
||||
property QtObject msgComposer: QtObject{
|
||||
readonly property string placeHolder: "Send message..."
|
||||
readonly property int maxHeight: 2 // chatListView/maxHeight
|
||||
readonly property int maxHeight: 180
|
||||
|
||||
property QtObject background: Rectangle {
|
||||
color: "transparent"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue