Elinvention / efiboots

Manage EFI boot loader entries with this simple GUI
GNU General Public License v3.0
138 stars 19 forks source link

Window very wide and not resizable with large boot entries #23

Closed V10lator closed 2 years ago

V10lator commented 2 years ago

image This is way larger than my screen, so it would be nice if the bootentry list could be scrollable.

Elinvention commented 2 years ago

Yes, I know about this, but I still have to find a good solution. One thing could be ditching the Gtk.TreeView in favor of a Gtk.ListView, but that would require a lot of work. Probably there are some features of Gtk.TreeView that I'm missing.