mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
searchDisplay: Fix alignment of section headers in RTL locales
https://bugzilla.gnome.org/show_bug.cgi?id=684379
This commit is contained in:
parent
cc1d6e97b8
commit
175ddaa3a1
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue