Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Desktop
Commits
7a0f9be9
Verified
Commit
7a0f9be9
authored
Dec 18, 2020
by
Xuetian Weng
Browse files
[kimpanel] Remove debug log
parent
7affc29a
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/kimpanel/package/contents/ui/main.qml
View file @
7a0f9be9
...
...
@@ -70,8 +70,6 @@ Item {
// Add margins only if the panel is larger than a small icon (to avoid large gaps between tiny icons)
readonly
property
int
smallSizeCellLength
:
gridThickness
<
smallIconSize
?
gridThickness
:
smallIconSize
+
PlasmaCore
.
Units
.
smallSpacing
cellHeight
:
{
console
.
log
(
gridThickness
);
console
.
log
(
rowsOrColumns
);
if
(
kimpanel
.
vertical
)
{
return
autoSize
?
kimpanel
.
width
:
smallSizeCellLength
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment