davatorium / rofi-themes

Themes for Rofi
Other
587 stars 197 forks source link

[Flat-orange] Large space/padding under the input field #36

Closed Spheerys closed 5 years ago

Spheerys commented 5 years ago

Since few days (after a rofi update?) my rofi window has a very large space under the input field :

rofi-bug

I'm using the official flat-orange theme and I don't understand how to remove this space.

jcruse03 commented 5 years ago

+1 Same issue

dannycolin commented 5 years ago

You can resolve that bug by modifying the following line :

[inputbar, message, sidebar, listview] to [inputbar, message, mode-switcher, listview] in #window.

Spheerys commented 5 years ago

Thanks you, it works !!