Skip to content

Commit 94d5788

Browse files
committed
Merge remote-tracking branch 'origin/pr/235'
* 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.
2 parents 72eea4a + d550f7d commit 94d5788

File tree

2 files changed

+169
-111
lines changed

2 files changed

+169
-111
lines changed

qui/decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ def device_domain_hbox(vm, attached: bool) -> Gtk.Box:
305305

306306

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

0 commit comments

Comments
 (0)