Skip to content

Commit

Permalink
polish formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nwg-piotr committed Jul 7, 2023
1 parent d1cf7e9 commit 117c11a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nwg_panel/processes.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def list_processes(once=False):
win_name = mapped["pid"]

if win_name:
lbl = Gtk.Label.new(win_name)
lbl = Gtk.Label.new(" {}".format(win_name))
lbl.set_xalign(0)
grid.attach(lbl, 8, idx, 1, 1)

Expand Down Expand Up @@ -378,7 +378,7 @@ def main():
hbox.pack_start(btn_name, False, False, 0)

global window_lbl
window_lbl = Gtk.Label.new("Window")
window_lbl = Gtk.Label.new(" Window")
window_lbl.set_xalign(0)
hbox.pack_start(window_lbl, False, False, 0)

Expand Down

0 comments on commit 117c11a

Please sign in to comment.