Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Unmaintained
KDE Workspace
Commits
3271eb08
Commit
3271eb08
authored
Jan 27, 2013
by
Martin Flöser
Browse files
Fix typo in Window Switcher "compact"
BUG: 313950 FIXED-IN: 4.10.0
parent
29bc3ff0
Changes
1
Hide whitespace changes
Inline
Side-by-side
kwin/tabbox/qml/clients/compact/contents/ui/main.qml
View file @
3271eb08
...
...
@@ -151,7 +151,7 @@ Item {
compactListView
,
"
calculateMaxRowWidth
"
);
width
=
Math
.
max
(
textElement
.
width
,
width
);
textElement
.
destroy
();
return
width
+
16
+
2
*
compactTabBox
.
textMargin
+
hoverItem
.
margins
.
right
+
hoverItem
.
margins
.
left
+
background
.
leftMargin
+
background
.
right
;
Margin
return
width
+
16
+
2
*
compactTabBox
.
textMargin
+
hoverItem
.
margins
.
right
+
hoverItem
.
margins
.
left
+
background
.
leftMargin
+
background
.
rightMargin
}
/**
* Calculates the height of one row based on the text height and icon size.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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