|
|
@ -58,10 +58,10 @@ PlasmaComponents.Page {
|
|
|
|
Layout.rightMargin: units.smallSpacing * 2
|
|
|
|
Layout.rightMargin: units.smallSpacing * 2
|
|
|
|
spacing: 1
|
|
|
|
spacing: 1
|
|
|
|
|
|
|
|
|
|
|
|
property int docksCount: dock.docksCount
|
|
|
|
Connections{
|
|
|
|
|
|
|
|
target: dock
|
|
|
|
onDocksCountChanged: {
|
|
|
|
onDockLocationChanged: locationLayout.lockReservedEdges();
|
|
|
|
lockReservedEdges()
|
|
|
|
onDocksCountChanged: locationLayout.lockReservedEdges();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveGroup {
|
|
|
|
ExclusiveGroup {
|
|
|
@ -317,9 +317,9 @@ PlasmaComponents.Page {
|
|
|
|
Layout.leftMargin: units.smallSpacing * 2
|
|
|
|
Layout.leftMargin: units.smallSpacing * 2
|
|
|
|
Layout.rightMargin: units.smallSpacing * 2
|
|
|
|
Layout.rightMargin: units.smallSpacing * 2
|
|
|
|
Layout.alignment: Qt.AlignHCenter
|
|
|
|
Layout.alignment: Qt.AlignHCenter
|
|
|
|
|
|
|
|
|
|
|
|
spacing: units.smallSpacing
|
|
|
|
spacing: units.smallSpacing
|
|
|
|
|
|
|
|
|
|
|
|
PlasmaComponents.Label {
|
|
|
|
PlasmaComponents.Label {
|
|
|
|
Layout.fillWidth: false
|
|
|
|
Layout.fillWidth: false
|
|
|
|
horizontalAlignment: Text.AlignRight
|
|
|
|
horizontalAlignment: Text.AlignRight
|
|
|
@ -328,7 +328,7 @@ PlasmaComponents.Page {
|
|
|
|
LatteTextField {
|
|
|
|
LatteTextField {
|
|
|
|
Layout.preferredWidth: width
|
|
|
|
Layout.preferredWidth: width
|
|
|
|
enabled: dock.visibility.mode !== Latte.Dock.AlwaysVisible
|
|
|
|
enabled: dock.visibility.mode !== Latte.Dock.AlwaysVisible
|
|
|
|
|
|
|
|
|
|
|
|
text: dock.visibility.timerShow
|
|
|
|
text: dock.visibility.timerShow
|
|
|
|
|
|
|
|
|
|
|
|
onValueChanged: {
|
|
|
|
onValueChanged: {
|
|
|
@ -345,7 +345,7 @@ PlasmaComponents.Page {
|
|
|
|
LatteTextField{
|
|
|
|
LatteTextField{
|
|
|
|
Layout.preferredWidth: width
|
|
|
|
Layout.preferredWidth: width
|
|
|
|
enabled: dock.visibility.mode !== Latte.Dock.AlwaysVisible
|
|
|
|
enabled: dock.visibility.mode !== Latte.Dock.AlwaysVisible
|
|
|
|
|
|
|
|
|
|
|
|
text: dock.visibility.timerHide
|
|
|
|
text: dock.visibility.timerHide
|
|
|
|
|
|
|
|
|
|
|
|
onValueChanged: {
|
|
|
|
onValueChanged: {
|
|
|
|