mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 08:48:40 +02:00
[ui] Update MaterialToolButton style
* flatten the button * color its icon when checked
This commit is contained in:
parent
1c873508ef
commit
b9999c01eb
3 changed files with 27 additions and 17 deletions
|
@ -35,9 +35,11 @@ Panel {
|
|||
text: MaterialIcons.more_vert
|
||||
font.pointSize: 11
|
||||
padding: 2
|
||||
onClicked: graphEditorMenu.open()
|
||||
checkable: true
|
||||
checked: galleryMenu.visible
|
||||
onClicked: galleryMenu.open()
|
||||
Menu {
|
||||
id: graphEditorMenu
|
||||
id: galleryMenu
|
||||
y: parent.height
|
||||
x: -width + parent.width
|
||||
MenuItem {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue