Added xaling to match description

This commit is contained in:
Kirottu
2023-07-05 23:31:49 +03:00
parent 0cdfbead2f
commit bb79b0fd81

View File

@@ -719,6 +719,7 @@ fn handle_matches(plugin_view: PluginView, runtime_data: &RuntimeData, matches:
&gtk::Label::builder()
.name(style_names::MATCH_DESC)
.wrap(true)
.xalign(0.0)
.use_markup(_match.use_pango)
.halign(gtk::Align::Start)
.valign(gtk::Align::Center)