Skip to content

Fix dialog category label alignment

Updating the label via the set_label method unexpectedly altered the alignment of the PopoverMenuItem label from Gtk::ALIGN_START to Gtk::ALIGN_FILL. This commit resolves this issue by replacing the original label with a new one to update its text while preserving the desired alignment.

Fixes #4925

Merge request reports