menu separator
This commit is contained in:
parent
ac24279799
commit
f1e15b427c
2 changed files with 10 additions and 3 deletions
9
components/StyledMenuSeparator.qml
Normal file
9
components/StyledMenuSeparator.qml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import qs.config
|
||||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
|
||||
MenuSeparator {
|
||||
palette.text: Theme.palette.basecontent
|
||||
palette.highlight: Theme.palette.primary
|
||||
palette.highlightedText: Theme.palette.primarycontent
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue