mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 01:43:24 +00:00
tools: in performance-log-viewer.py, right-align backtrace frame number column
This commit is contained in:
parent
407e9f36ca
commit
51d9934942
1 changed files with 1 additions and 1 deletions
|
@ -1640,7 +1640,7 @@ class BacktraceViewer (Gtk.Box):
|
|||
tree.append_column (col)
|
||||
col.set_resizable (True)
|
||||
|
||||
cell = Gtk.CellRendererText ()
|
||||
cell = Gtk.CellRendererText (xalign = 1)
|
||||
col.pack_start (cell, False)
|
||||
col.add_attribute (cell, "text", self.FrameStore.ID)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue