Added floaty bar mode, made sidebar texts and Crypto.qml module bold
This commit is contained in:
@@ -367,9 +367,9 @@ ModuleChip {
|
||||
|
||||
anchors.top: root.isTop ? parent.top : undefined
|
||||
anchors.bottom: root.isTop ? undefined : parent.bottom
|
||||
anchors.topMargin: root.isTop ? (Cfg.Config.barHeight + 8) : 0
|
||||
anchors.bottomMargin: root.isTop ? 0 : (Cfg.Config.barHeight + 8)
|
||||
height: parent.height - Cfg.Config.barHeight - 8
|
||||
anchors.topMargin: root.isTop ? (Cfg.Config.barHeight + root.barEdgePad + 8) : 0
|
||||
anchors.bottomMargin: root.isTop ? 0 : (Cfg.Config.barHeight + root.barEdgePad + 8)
|
||||
height: parent.height - Cfg.Config.barHeight - root.barEdgePad - 8
|
||||
|
||||
PopupCard {
|
||||
id: menuCard
|
||||
|
||||
Reference in New Issue
Block a user