mirror of
https://github.com/KDE/latte-dock.git
synced 2025-03-27 02:50:22 +03:00
expose Indexer.inMarginsArea through AbilityBridge
This commit is contained in:
parent
a5ceb16e39
commit
c3e8c5c8af
@ -157,6 +157,7 @@ Item{
|
||||
readonly property AbilityBridge.Indexer indexer: AbilityBridge.Indexer {
|
||||
host: appletItem.indexer
|
||||
appletIndex: index
|
||||
inMarginsArea: appletItem.inMarginsArea
|
||||
headAppletIsSeparator: appletItem.headAppletIsSeparator
|
||||
tailAppletIsSeparator: appletItem.tailAppletIsSeparator
|
||||
}
|
||||
|
@ -22,6 +22,7 @@ import QtQuick 2.0
|
||||
BridgeItem {
|
||||
id: indexerBridge
|
||||
|
||||
property bool inMarginsArea: false
|
||||
property bool tailAppletIsSeparator: false
|
||||
property bool headAppletIsSeparator: false
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user