mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
qml: ImButton: Make MD3 look more like MD2
This commit is contained in:
parent
844c44597e
commit
8c05f04593
1 changed files with 2 additions and 0 deletions
|
@ -10,8 +10,10 @@ import QtQuick.Controls.Material 2.2
|
|||
|
||||
Button {
|
||||
font.family: roboto.name
|
||||
font.capitalization: Font.AllUppercase
|
||||
Material.background: activeFocus ? "#d1dcfb" : "#ffffff"
|
||||
Material.foreground: "#cd2355"
|
||||
Material.roundedScale: Material.ExtraSmallScale
|
||||
Accessible.onPressAction: clicked()
|
||||
Keys.onEnterPressed: clicked()
|
||||
Keys.onReturnPressed: clicked()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue