From 551f956643c9bbb1fd30781230644c551c59fbf1 Mon Sep 17 00:00:00 2001 From: Pila Date: Mon, 12 Jan 2026 19:16:09 +0100 Subject: [PATCH] Fix indentation increasing for each level in USB device tree --- usr/lib/linuxmint/mintreport/usb.py | 1 - 1 file changed, 1 deletion(-) diff --git a/usr/lib/linuxmint/mintreport/usb.py b/usr/lib/linuxmint/mintreport/usb.py index 7748f62..6d70739 100644 --- a/usr/lib/linuxmint/mintreport/usb.py +++ b/usr/lib/linuxmint/mintreport/usb.py @@ -134,7 +134,6 @@ def __init__(self): self.treeview = Gtk.TreeView(model=self.treestore) self.treeview.connect("row-activated", self.on_row_activated) - self.treeview.set_property("level-indentation", 10) self.treeview.set_enable_tree_lines(True) self.treeview.set_property("expand", True) self.treeview.set_headers_clickable(True)