Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/235'
Browse files Browse the repository at this point in the history
* origin/pr/235:
  Remove enforced extra space on the menu
  domains: use custom metaclass for ActionMenuItem
  Rework domains widget

Pull request description:

It fixes QubesOS/qubes-issues#7754.
  • Loading branch information
marmarek committed Jan 11, 2025
2 parents 72eea4a + d550f7d commit 94d5788
Show file tree
Hide file tree
Showing 2 changed files with 169 additions and 111 deletions.
2 changes: 1 addition & 1 deletion qui/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def device_domain_hbox(vm, attached: bool) -> Gtk.Box:


def create_icon(name) -> Gtk.Image:
""" " Create an icon from string; tries for both the normal and -symbolic
"""Create an icon from string; tries for both the normal and -symbolic
variants, because some themes only have the symbolic variant. If not
found, outputs a blank icon."""

Expand Down
Loading

0 comments on commit 94d5788

Please sign in to comment.