searchDisplay: Fix alignment of section headers in RTL locales

https://bugzilla.gnome.org/show_bug.cgi?id=684379
This commit is contained in:
Florian Müllner 2012-09-19 17:04:19 +02:00
parent cc1d6e97b8
commit 175ddaa3a1

View File

@ -224,7 +224,7 @@ const SearchResults = new Lang.Class({
vertical: true });
let title = new St.Label({ style_class: 'search-section-header',
text: provider.title });
providerBox.add(title);
providerBox.add(title, { x_fill: false, x_align: St.Align.START });
let resultDisplayBin = new St.Bin({ style_class: 'search-section-results',
x_fill: true,