We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2992e55 commit 9f65389Copy full SHA for 9f65389
usr/lib/bulky/bulky.py
@@ -477,6 +477,7 @@ def on_remove_button(self, widget):
477
file_uri = self.model.get_value(iter, COL_FILE).uri
478
self.uris.remove(file_uri)
479
self.model.remove(iter)
480
+ self.treeview.columns_autosize()
481
self.preview_changes()
482
483
def on_add_button(self, widget):
0 commit comments