nwg-piotr/nwg-launchers

Can the search bar size be configured?

eulertour opened this issue · 4 comments

Adding a width or height parameter to the #searchbox section of style.css results in terminate called after throwing an instance of 'Gtk::CssProviderError'. Is there another way to configure the size of the search bar?

You can't set width / height of the widget with css. It would be doable with gtk.Widget.set_size_request, but we can not implement size customization for every widget.

Then is it only doable by editing the source code?

Yes. And it applies to every GTK3 widget.

Ok, thanks for letting me know.