Closed bjesus closed 5 years ago
Thanks! Does this cause the entry to be shorter at the same window width? Will it be short even with a wide window?
You were right, removing the line did make the command bar shrink to its default width which looked too small. I've added entry.set_max_width_chars(600);
and now the command bar stretches to fill the available area, like so:
Thanks, merged!
Following on #667, I suggest removing this minimum width setting completely as Astroid already has a default size defined here: https://github.com/astroidmail/astroid/blob/35660d486bed3c856603dcff8e8b52153e8e8da9/src/main_window.cc#L105
As a reference I found this: https://valadoc.org/gtk+-3.0/Gtk.Widget.set_size_request.html
Thank you!