Dont change rofi height whilst typing.
But if there aren't enough results to fill it, still shrink then on startup
This commit is contained in:
parent
f8124caa78
commit
8baf41bb2c
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ textbox {
|
||||||
|
|
||||||
listview {
|
listview {
|
||||||
fixed-height: false;
|
fixed-height: false;
|
||||||
dynamic: true;
|
dynamic: false;
|
||||||
scrollbar: true;
|
scrollbar: true;
|
||||||
spacing: 0px;
|
spacing: 0px;
|
||||||
padding: 1px 0px 0px 0px;
|
padding: 1px 0px 0px 0px;
|
||||||
|
|
Loading…
Reference in a new issue