Skip to content

message-content: Use a GtkGrid instead of nested GtkBoxes

Kévin Commaille requested to merge (removed):message-content-grid into main

The nested GtkBoxes measuring causes a lot of extra calls to measure for GtkLabels, when these calls take some time, the interface freezes noticeably.

Related to #1183 (closed).

Merge request reports