Drop match level on KDE menu button needles

For some reason we keep getting not-quite matches on this, even
though we added two new needles. Let's drop the match level on
all existing needles as a coping mechanism.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-04-02 09:15:25 -07:00
parent cf51484b2e
commit 615be43cd5
4 changed files with 9 additions and 5 deletions

View File

@ -5,7 +5,8 @@
"xpos": 8, "xpos": 8,
"ypos": 736, "ypos": 736,
"height": 24, "height": 24,
"type": "match" "type": "match",
"match": 90
} }
], ],
"properties": [], "properties": [],
@ -14,4 +15,4 @@
"system_menu_button", "system_menu_button",
"apps_menu_button" "apps_menu_button"
] ]
} }

View File

@ -3,6 +3,7 @@
{ {
"height": 24, "height": 24,
"type": "match", "type": "match",
"match": 90,
"ypos": 727, "ypos": 727,
"width": 25, "width": 25,
"xpos": 20 "xpos": 20
@ -14,4 +15,4 @@
"system_menu_button", "system_menu_button",
"apps_menu_button" "apps_menu_button"
] ]
} }

View File

@ -5,6 +5,7 @@
"xpos": 20, "xpos": 20,
"ypos": 727, "ypos": 727,
"type": "match", "type": "match",
"match": 90,
"height": 24 "height": 24
} }
], ],
@ -14,4 +15,4 @@
"system_menu_button", "system_menu_button",
"apps_menu_button" "apps_menu_button"
] ]
} }

View File

@ -5,6 +5,7 @@
"height": 24, "height": 24,
"xpos": 8, "xpos": 8,
"type": "match", "type": "match",
"match": 90,
"ypos": 736 "ypos": 736
} }
], ],
@ -14,4 +15,4 @@
"system_menu_button", "system_menu_button",
"apps_menu_button" "apps_menu_button"
] ]
} }