Fix Favorite column flicker on plugin-select

This commit is contained in:
Robin Gareus 2025-11-07 02:19:00 +01:00
parent 4d0fa60d47
commit 767ae0656d
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -108,7 +108,7 @@ PluginSelector::PluginSelector (PluginManager& mgr)
tvc = manage (new Gtk::TreeViewColumn (S_("Favorite|Fav"), *cell));
tvc->add_attribute (cell->property_state (), plugin_columns.favorite);
tvc->set_sizing (Gtk::TREE_VIEW_COLUMN_AUTOSIZE);
tvc->set_sizing (Gtk::TREE_VIEW_COLUMN_GROW_ONLY);
tvc->set_alignment (Gtk::ALIGN_CENTER);
tvc->set_expand (false);
tvc->set_resizable (false);