Added floaty bar mode, made sidebar texts and Crypto.qml module bold
This commit is contained in:
@@ -13,7 +13,8 @@ PanelWindow {
|
||||
id: root
|
||||
|
||||
property bool isTop: true
|
||||
property int barHeight: Cfg.Config.barHeight
|
||||
readonly property int barEdgePad: Cfg.Config.frameVariant === "bar" ? (isTop ? Cfg.Config.frameBarPadTop : Cfg.Config.frameBarPadBottom) : 0
|
||||
property int barHeight: Cfg.Config.barHeight + barEdgePad
|
||||
property int barMargin: Cfg.Config.margin
|
||||
|
||||
readonly property var t: Cfg.Config.theme
|
||||
|
||||
Reference in New Issue
Block a user