mirror of
https://abf.rosa.ru/djam/kdebase4-workspace.git
synced 2025-02-24 18:22:50 +00:00
12 lines
848 B
Diff
12 lines
848 B
Diff
diff -urN kde-workspace-4.10.3/plasma/desktop/applets/pager/package/contents/ui/main.qml kde-workspace-4.10.3-patched/plasma/desktop/applets/pager/package/contents/ui/main.qml
|
|
--- kde-workspace-4.10.3/plasma/desktop/applets/pager/package/contents/ui/main.qml 2013-05-03 15:36:45.718117084 +1100
|
|
+++ kde-workspace-4.10.3-patched/plasma/desktop/applets/pager/package/contents/ui/main.qml 2013-05-13 17:37:18.851865667 +1100
|
|
@@ -154,7 +154,7 @@
|
|
pixmap: model.icon
|
|
height: nativeHeight
|
|
width: nativeWidth
|
|
- visible: pager.showWindowIcons && (windowRect.width >= icon.width) && (windowRect.height >= icon.height)
|
|
+ visible: pager.showWindowIcons
|
|
}
|
|
|
|
MouseArea {
|