mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-01-23 04:14:35 +08:00
update
This commit is contained in:
parent
d65d6fbbac
commit
c048336de1
@ -11,6 +11,7 @@ FluPopup {
|
||||
property string neutralText: "Neutral"
|
||||
property string negativeText: "Negative"
|
||||
property string positiveText: "Positive"
|
||||
property alias messageTextFormart: text_message.textFormat
|
||||
property int delayTime: 100
|
||||
signal neutralClicked
|
||||
signal negativeClicked
|
||||
@ -44,6 +45,7 @@ FluPopup {
|
||||
Flickable{
|
||||
id:sroll_message
|
||||
contentWidth: width
|
||||
clip: true
|
||||
anchors{
|
||||
top:text_title.bottom
|
||||
left: parent.left
|
||||
|
@ -11,6 +11,7 @@ FluPopup {
|
||||
property string neutralText: "Neutral"
|
||||
property string negativeText: "Negative"
|
||||
property string positiveText: "Positive"
|
||||
property alias messageTextFormart: text_message.textFormat
|
||||
property int delayTime: 100
|
||||
signal neutralClicked
|
||||
signal negativeClicked
|
||||
@ -44,6 +45,7 @@ FluPopup {
|
||||
Flickable{
|
||||
id:sroll_message
|
||||
contentWidth: width
|
||||
clip: true
|
||||
anchors{
|
||||
top:text_title.bottom
|
||||
left: parent.left
|
||||
|
Loading…
Reference in New Issue
Block a user