Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

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

Post Reply
kettnev
Posts: 9
Joined: Tue Feb 26, 2013 9:46 am
Location: Czech Republic - Prague
Contact:

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

Unread post 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
Attachments
header_height_width.png
header_height_width.png (4.58 KiB) Viewed 1759 times
massiws
Posts: 503
Joined: Thu May 24, 2012 2:08 am
Location: Milan, Italy
Contact:

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

Unread post 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
Post Reply