~ubuntu-branches/ubuntu/quantal/lightdm-kde/quantal

« back to all changes in this revision

Viewing changes to themes/userbar/FeedbackLabel.qml

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-04-18 15:20:54 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120418152054-ahcwjazzqvda1u5n
Tags: 0.1.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
along with LightDM-KDE.  If not, see <http://www.gnu.org/licenses/>.
18
18
*/
19
19
import QtQuick 1.0
20
 
import org.kde.plasma.graphicswidgets 0.1 as PlasmaWidgets
 
20
import org.kde.plasma.components 0.1 as PlasmaComponents
21
21
import org.kde.plasma.core 0.1 as PlasmaCore
22
22
 
23
23
 
66
66
        source: "image://icon/dialog-error.png"
67
67
    }
68
68
 
69
 
    Text {
 
69
    PlasmaComponents.Label {
70
70
        id: textItem
71
71
        anchors.left: icon.right
72
72
        anchors.leftMargin: 6