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
Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
How can I set the header height in the list display?
-
- 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?
You do not have the required permissions to view the files attached to this post.
-
- 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?
Vit,
unfortunately, in nuBuilder v.2 this value is hardcoded.
To change heading height:
Hope this helps,
Max
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.
Hope this helps,
Max