Skip to content

Adjusting the width of pane/label column #46

@abolfazlshirazi

Description

@abolfazlshirazi

Currently, two classes control the width of the pane and the column width of the labels: "tp-dfwv" and "tp-lblv_v"

scr1

By default they are 256px and 160px. However, when user adds some long labels, they do not fit and it makes the pane looks ugly.

scr2

To solve this problem, it is necessary to manually modify these two classes in the main file according to the length of the labels which are used. In my case, I changed 256px to 300px and 160px to 130px to fix the problem.

As a recommendation, it will be great if the user can also control these width when creating the pane. Or there can be a trigger to dynamically adjust the with according to the length of the labels.

Also, thinking about labels with more than one line like: "label line1<\br> label line2". Maybe some enhancements can be useful here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions