reorg bar
This commit is contained in:
parent
8130cb1bdd
commit
96d8ab6534
6 changed files with 89 additions and 82 deletions
12
components/StyledLayoutSeparator.qml
Normal file
12
components/StyledLayoutSeparator.qml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import qs.config
|
||||
import QtQuick
|
||||
import QtQuick.Layouts
|
||||
|
||||
Rectangle {
|
||||
color: Styling.theme.basecontent
|
||||
opacity: 0.33
|
||||
Layout.fillHeight: true
|
||||
Layout.margins: 2
|
||||
implicitWidth: 0.5
|
||||
radius: 9999
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue