Fix wacky alignment for matches with long titles
This commit is contained in:
@@ -610,6 +610,7 @@ fn handle_matches(
|
|||||||
let title = gtk::Label::builder()
|
let title = gtk::Label::builder()
|
||||||
.name(style_names::MATCH_TITLE)
|
.name(style_names::MATCH_TITLE)
|
||||||
.wrap(true)
|
.wrap(true)
|
||||||
|
.xalign(0.0)
|
||||||
.use_markup(_match.use_pango)
|
.use_markup(_match.use_pango)
|
||||||
.halign(gtk::Align::Start)
|
.halign(gtk::Align::Start)
|
||||||
.valign(gtk::Align::Center)
|
.valign(gtk::Align::Center)
|
||||||
|
|||||||
Reference in New Issue
Block a user