Double the width of the Apps menu (x starts at the Talk button)

Signed-off-by: Michael Schuster <michael@schuster.ms>
This commit is contained in:
Michael Schuster 2020-01-16 00:57:49 +01:00
Родитель 3488fd7c7f
Коммит 7fe138330e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 00819E3BF4177B28
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -413,7 +413,7 @@ Window {
Menu {
id: appsMenu
y: (trayWindowAppsButton.y + trayWindowAppsButton.height + 2)
width: (trayWindowAppsButton.width - 2)
width: (trayWindowAppsButton.width * 2)
closePolicy: "CloseOnPressOutside"
background: Rectangle {