Align bar settings control spacing
This commit is contained in:
@@ -1200,6 +1200,8 @@ Item {
|
|||||||
interactive: configControl.revealed
|
interactive: configControl.revealed
|
||||||
horizontalMargin: 6.5
|
horizontalMargin: 6.5
|
||||||
verticalPadding: 6
|
verticalPadding: 6
|
||||||
|
fixedWidth: vertical ? -1 : Style.bar.statusSlot
|
||||||
|
fixedHeight: vertical ? Style.bar.statusSlot : -1
|
||||||
tooltipText: "Bar config"
|
tooltipText: "Bar config"
|
||||||
onPressed: function(b) {
|
onPressed: function(b) {
|
||||||
if (b === Qt.LeftButton) configControl.togglePanel()
|
if (b === Qt.LeftButton) configControl.togglePanel()
|
||||||
|
|||||||
Reference in New Issue
Block a user