UbayGD / reboottouefi

This is a small Gnome extension that adds the ability to reboot directly to the UEFI.
11 stars 9 forks source link

Fixed menu item horizontal position #9

Closed LucasLelievre closed 1 year ago

LucasLelievre commented 1 year ago

Changed the menu item creation from PopupMenu.PopupImageMenuItem(itemLabel, '') to PopupMenu.PopupMenuItem(itemLabel).

Before: Screenshot from 2023-01-21 22-02-52

After: Screenshot from 2023-01-21 22-03-45

UbayGD commented 1 year ago

Thanks again for finding the solution! I didn't know what else to do because on my Fedora 37 it looked fine.

Seeing your change I think I'm going to remove the distinction between Gnome 42 and 43 in this case, making us only use PopMenuItem.