Search found 31 matches

by Jaren
Sun Oct 11, 2020 3:50 am
Forum: Help Forum
Topic: Word wrap in user window
Replies: 3
Views: 14694

Re: Word wrap in user window

Sort of an old post but I have been struggling with this very question. Is there any way to dynamically change the word wrap of a user window to change depending on the current width of the window? I threw together some code which works fairly well but it doesn't scale perfectly given that each font...
by Jaren
Thu Aug 27, 2020 6:46 am
Forum: Scripts & Packages
Topic: Dark Theme for Mudlet
Replies: 22
Views: 39581

Re: Dark Theme for Mudlet

I had another dark theme package and this one works so much better and is easier to customize as the colors are all declared on the top of the script.
by Jaren
Thu Aug 27, 2020 6:33 am
Forum: Help Forum
Topic: Userwindows Border Colors
Replies: 9
Views: 16456

Re: Userwindows Border Colors

Thanks for the quick response. I'll give those a try.
by Jaren
Thu Aug 27, 2020 6:13 am
Forum: Help Forum
Topic: Userwindows Border Colors
Replies: 9
Views: 16456

Re: Userwindows Border Colors

Been working with this and found a nice ready made package called QDarkStyleSheet. I have modified the colors in this to work with my current plugins and I ran into a situation where changing the color of the widget has forced a color change on all mudlet gauges as well. I wanted to go with black bu...
by Jaren
Wed Aug 26, 2020 8:20 am
Forum: Help Forum
Topic: Userwindows Border Colors
Replies: 9
Views: 16456

Re: Userwindows Border Colors

Wow, now that was a fun little rabbit hole. I found a whole set of options here too. https://doc.qt.io/qt-5/stylesheet-reference.html The only thing I am unable to change so far is the little white resize bar between the docked userwindow and the main window. I tried this but it seems to be somethin...
by Jaren
Wed Aug 26, 2020 8:00 am
Forum: Help Forum
Topic: Userwindows Border Colors
Replies: 9
Views: 16456

Re: Userwindows Border Colors

Very cool, thanks.
by Jaren
Tue Aug 18, 2020 10:27 am
Forum: Help Forum
Topic: Adjustable Container Reset
Replies: 2
Views: 12560

Re: Adjustable Container Reset

Thanks, I'll give that a try.
by Jaren
Tue Aug 18, 2020 9:22 am
Forum: Help Forum
Topic: Adjustable Container Reset
Replies: 2
Views: 12560

Adjustable Container Reset

I was doing some testing with adjustable containers and I somehow completely destroyed it and now it won't show up unless I make a 100% new one. Is there a way to completely reset the settings on these containers? Such as a adjustable.container:reset() or adjustable.container:default() or something ...
by Jaren
Fri Jul 24, 2020 2:41 pm
Forum: Help Forum
Topic: Userwindows Border Colors
Replies: 9
Views: 16456

Re: Userwindows Border Colors

Ah ok, thanks for the info.
by Jaren
Fri Jul 24, 2020 2:15 pm
Forum: Help Forum
Topic: Userwindows Border Colors
Replies: 9
Views: 16456

Userwindows Border Colors

Is there any way to change the default white border color of the userwindows? If not, is there a way to change the border size? I saw that Adjustable Containers can do this but they do not have the functionality I am looking for. BTW I am really digging these new features.