mirror of
https://github.com/KDE/latte-dock.git
synced 2025-02-10 09:57:35 +03:00
debug:add centered offset for justify mode
--for layouter debuger
This commit is contained in:
parent
b3c1a07e2a
commit
a88281251a
@ -405,7 +405,7 @@ Item{
|
||||
readonly property int layoutLength: root.isHorizontal ? debugLayout.grid.width : debugLayout.grid.height
|
||||
|
||||
readonly property string tagText: {
|
||||
return "normal:" + debugLayout.shownApplets + " / fill:" + debugLayout.fillApplets + " / reg_len:" + debugLayout.sizeWithNoFillApplets + " / tot_len:"+layoutLength;
|
||||
return "normal:" + debugLayout.shownApplets + " / fill:" + debugLayout.fillApplets + " / reg_len:" + debugLayout.sizeWithNoFillApplets + " / tot_len:"+layoutLength + " / off:" + _mainLayout.inJustifyCenterOffset;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user