Equalize bar status icon spacing
This commit is contained in:
@@ -344,7 +344,7 @@ QtObject {
|
|||||||
readonly property int iconSlot: root.barToken("icon-slot", 27)
|
readonly property int iconSlot: root.barToken("icon-slot", 27)
|
||||||
readonly property int iconCanvas: root.barToken("icon-canvas", 16)
|
readonly property int iconCanvas: root.barToken("icon-canvas", 16)
|
||||||
readonly property int iconFont: root.barToken("icon-font", 13)
|
readonly property int iconFont: root.barToken("icon-font", 13)
|
||||||
readonly property int statusSlot: root.barToken("status-slot", 18)
|
readonly property int statusSlot: root.barToken("status-slot", 21)
|
||||||
}
|
}
|
||||||
|
|
||||||
function refresh() {
|
function refresh() {
|
||||||
|
|||||||
@@ -46,6 +46,6 @@ BarIconButton {
|
|||||||
fontSize: Style.font.caption
|
fontSize: Style.font.caption
|
||||||
horizontalMargin: 5
|
horizontalMargin: 5
|
||||||
verticalPadding: 5
|
verticalPadding: 5
|
||||||
fixedWidth: -1
|
fixedWidth: vertical ? -1 : Style.bar.statusSlot
|
||||||
fixedHeight: -1
|
fixedHeight: vertical ? Style.bar.statusSlot : -1
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user