mirror of
https://abf.rosa.ru/djam/kdebase4-workspace.git
synced 2025-02-24 18:22:50 +00:00
14 lines
805 B
Diff
14 lines
805 B
Diff
diff -urN kde-workspace-4.10.3/plasma/generic/applets/devicenotifier/package/contents/ui/ActionItem.qml kde-workspace-4.10.3-patched/plasma/generic/applets/devicenotifier/package/contents/ui/ActionItem.qml
|
|
--- kde-workspace-4.10.3/plasma/generic/applets/devicenotifier/package/contents/ui/ActionItem.qml 2013-05-03 15:36:45.741116867 +1100
|
|
+++ kde-workspace-4.10.3-patched/plasma/generic/applets/devicenotifier/package/contents/ui/ActionItem.qml 2013-05-18 00:09:52.000000000 +1100
|
|
@@ -48,8 +48,8 @@
|
|
PlasmaComponents.Label {
|
|
id: actionText
|
|
anchors {
|
|
- top: actionIcon.top
|
|
- bottom: actionIcon.bottom
|
|
+ top: parent.top
|
|
+ bottom: parent.bottom
|
|
left: actionIcon.right
|
|
leftMargin: 5
|
|
right: parent.right
|