mirror of
https://github.com/aclist/dztui.git
synced 2026-08-26 09:47:36 +02:00
fix: ease padding on mod table
This commit is contained in:
parent
479be05452
commit
6d428ebb0d
@ -2562,6 +2562,10 @@ class TreeView(Gtk.TreeView):
|
||||
column.set_cell_data_func(
|
||||
renderer, self._format_float, func_data=None
|
||||
)
|
||||
if column_title == "Mod":
|
||||
column.set_fixed_width(500)
|
||||
else:
|
||||
column.set_fixed_width(150)
|
||||
else:
|
||||
# WindowContext.TABLE_LOG uses undecorated columns
|
||||
column = Gtk.TreeViewColumn(column_title, renderer, text=i)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user