Skip to content

Flat UI llDialog too smallΒ #5881

Description

@canny

With the Flat UI viewer, the llDialog window is smaller than before, so the string "β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”" doesn't fit in anymore (see attached screenshot). I would need to cut 4 characters for it to fit in basically all my scripts I am selling (3 would not be enough because of the line break). It would be good if the dialog window was wide enough for it to fit. This also happens on 4K with a UI scaling of 130% and a font DPI of 104, but the test below was done with default settings on Full HD, as you can see from Viewer Info.

Script:

default
{
    touch_start(integer total_number)
    {
        llDialog(llDetectedKey(0),"β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”\n TEST\nβ€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”", ["β€”β€”β€”β€”β€”β€”","🧑"], 56);
    }
}

How this looks on 26.1.1.23806384790
Image

How this looks on 26.2.0.25386466510
Image

https://secondlife.canny.io/admin/feedback/bug-reports/p/flat-ui-lldialog-too-small

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingstaletriageFlags issues that need to be triaged

Type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions