From a877d902283ce1be8d94ad668e19fa05e787dcca Mon Sep 17 00:00:00 2001 From: Owen Williams Date: Mon, 17 Feb 2014 10:12:37 -0500 Subject: Change backpath attribute name from mode to scalemode Add attribute to status lights to optionally not setfixedsize --- src/widget/wdisplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widget/wdisplay.cpp') diff --git a/src/widget/wdisplay.cpp b/src/widget/wdisplay.cpp index 05d416d12d..81177b3d62 100644 --- a/src/widget/wdisplay.cpp +++ b/src/widget/wdisplay.cpp @@ -40,7 +40,7 @@ void WDisplay::setup(QDomNode node, const SkinContext& context) { // Set background pixmap if available if (context.hasNode(node, "BackPath")) { QString mode_str = context.selectAttributeString( - context.selectElement(node, "BackPath"), "mode", "TILE"); + context.selectElement(node, "BackPath"), "scalemode", "TILE"); setPixmapBackground(context.getSkinPath(context.selectString(node, "BackPath")), Paintable::DrawModeFromString(mode_str)); } -- cgit v1.2.3