Closed tsujan closed 10 months ago
With Fusion, the separator of categories view might not be clearly visible before:
Now, it's clearly visible but not too much:
With most themes of the Kvantum widget style, the separator wasn't visible, but it is now:
Unrelated: my kvantum theme KvSimplicityDarkLight shows that blueish border on selected items:
Didn't find an option to disable this.
my kvantum theme KvSimplicityDarkLight shows that blueish border on selected items
Kvantum Manager → Configure Active Theme → Miscellaneous → Remove focus rectangles.
It reveals a minor and harmless focus problem in Fancy Menu. I might try to fix it later, but we have more important works for now.
Kvantum Manager → Configure Active Theme → Miscellaneous → Remove focus rectangles.
Thanks, I'm half blind with too many options ;)
... with too many options ;)
Kvantum is like a jungle by nature. The options exposed by Kvantum Manager are only a small part of its settings.
There were two problems in how the separators of Fancy Menu were drawn:
PE_IndicatorToolBarSeparator
(some may use a spacing instead);PM_DefaultFrameWidth
may only be 1px with some styles, in which case, the separator might not be clearly visible with some LXQt themes (depending on the colors of Qt style).This patch draws a separator with an opaqueness of 40%, such that it is clearly visible with all LXQt themes and Qt styles but not too bold.