Page 1 of 1

How can I set the header height in the list display?

Posted: Wed Nov 06, 2013 10:24 am
by kettnev
Hello all,

does anyone know how to heighten the header in the list of items in order to display all the longer text as a header above columns? I attach the screenshot image showing the problem.

Many thanks,
Vít

Re: How can I set the header height in the list display?

Posted: Wed Nov 06, 2013 7:38 pm
by massiws
Vit,
unfortunately, in nuBuilder v.2 this value is hardcoded.
To change heading height:
  • open browse.php file in your editor/IDE;
  • search for this string:

    Code: Select all

    $top               = 20 - $this->rowHeight;
  • change the value 20 to 30, or the value (in px) of your choice;
  • save the file.
Maybe, you have to change the value of Rows Per Page in your forms.

Hope this helps,
Max