Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F112771
D96.1732347397.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
889 B
Referenced Files
None
Subscribers
None
D96.1732347397.diff
View Options
diff --git a/src/contents/ui/SendMessageBox.qml b/src/contents/ui/SendMessageBox.qml
--- a/src/contents/ui/SendMessageBox.qml
+++ b/src/contents/ui/SendMessageBox.qml
@@ -171,8 +171,8 @@
}
ToolButton {
- icon.name: "document-open-data"
- onClicked: sendMediaFileAction.trigger()
+ action: sendMediaFileAction
+ display: AbstractButton.IconOnly
}
ToolButton {
@@ -181,8 +181,8 @@
}
ToolButton {
- icon.name: "document-send"
- onClicked: sendAction.trigger()
+ action: sendAction
+ display: AbstractButton.IconOnly
}
}
@@ -237,8 +237,8 @@
}
}
Kirigami.Action {
- id:sendMediaFileAction
- icon.name: "mail-attachment-symbolic"
+ id: sendMediaFileAction
+ icon.name: "document-open-data"
text: l10n.get("send-message-box-send-file")
onTriggered: {
fileDialog.open()
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 22, 11:36 PM (14 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39069
Default Alt Text
D96.1732347397.diff (889 B)
Attached To
Mode
D96: Make the ToolButtons in SendMessageBox all use `action`
Attached
Detach File
Event Timeline
Log In to Comment