Before, two of the buttons used icon and onClicked attributes. This not only made it inaccessible, but also leads to some styling problems. This commit unifies the three buttons by using action attribute for all of them.
Type: fix
Differential D96
Make the ToolButtons in SendMessageBox all use `action` tusooa on Jul 5 2024, 4:21 PM. Authored by Tags None Referenced Files None Subscribers None
Details
Before, two of the buttons used icon and onClicked attributes. This not only made it inaccessible, but also leads to some styling problems. This commit unifies the three buttons by using action attribute for all of them. Type: fix Verify that the three buttons are of the same size.
Diff Detail
|