| from | message |
|---|
raffael 846 days ago | i'm wondering if there's an option to broaden the task columns, so I can see the whole text written in there...(about 30px)
I've searched trough the code, but wasn't able to find the correct code to edit...
someone can help? |
longplay 391 days ago | I've been having a play and I figured out how to affect the width of the task column, thought I'd post if FYI.
Open sproutliner.js and find line 880 and change the figure of 180 to something higher (mine's at 600).
Now find line 902 and insert a new line as follows:
+ ' style="width:500px" '
Set the width to whatever you like.
Regards
LP |
longplay 391 days ago | Oh, and line 619 seems to control the width of additional columns, just add a width element, e.g.
|
longplay 391 days ago | Argh, swallowed my code.
Add width:200px (or whatever) to the style attribute |
You must be logged in to post. You may create an account by typing your desired username and password into the login area to the left.