On Thu, Mar 15, 2018 at 7:34 AM, Chris George <[email protected]> wrote:
> Then let's get busy.
>
> Why don't we start with #808? I have essentially hit the wall with
> theming until it is resolved.
>
Ok. I'll look into this first. It's more of a bug than a "learning
opportunity", but removing roadblocks to learning can't hurt.
At present use relative paths in settings:
@string tree-image-closed = nodes-dark/triangles/closed.png
@string tree-image-open = nodes-dark/triangles/open.png
Contrary to your statement in #808, the recommended css is:
QTreeView::branch:closed:has-children{
image: @tree-image-closed;
}
QTreeView::branch:open:has-children{
image: @tree-image-open;
}
But let's not quibble. Leo could use a setting that would trace
theme-related "stuff". The first thing I'm going to do now is enable
traces in various places. I'll let you know where when I know myself ;-)
Hey, this is kinda fun. Thinking out loud, knowing that other people are
listening.
Edward
--
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.