diff --git a/src/search.ts b/src/search.ts index 416059f3..0d7a45f0 100644 --- a/src/search.ts +++ b/src/search.ts @@ -429,7 +429,7 @@ export class SearchOption { this.exec = exec; this.keywords = keywords; - const layout = new St.BoxLayout({}); + const layout = new St.BoxLayout({ x_expand: true }); attach_icon(layout, category_icon, icon_size / 2);