Index: resources/iconsets/1_7_0/1_7_0.xml
===================================================================
--- resources/iconsets/1_7_0/1_7_0.xml	(Revision 26532)
+++ resources/iconsets/1_7_0/1_7_0.xml	(Arbeitskopie)
@@ -152,6 +152,7 @@
 		<icon id="inherit-opacity-off" file="16/action-inherit-opacity-off.svg" />
 		<icon id="inherit-opacity-on" file="16/action-inherit-opacity-on.svg" />
 		<icon id="name" file="16/object-name.svg" />
+		<icon id="object-rotation" file="16/object-rotation.svg" />
 		<icon id="remove" file="16/action-remove.svg" />
 		<icon id="reset" file="16/action-reload.svg" />
 		<icon id="reset-style-changes" file="16/action-reload.svg" /> <!-- 16/action-revert-changes.svg -->
Index: scribus/ui/propertiespalette_image.cpp
===================================================================
--- scribus/ui/propertiespalette_image.cpp	(Revision 26532)
+++ scribus/ui/propertiespalette_image.cpp	(Arbeitskopie)
@@ -717,15 +717,16 @@
 	m_doc->itemSelection_SetCompressionQuality(compressionQuality->currentIndex() - 1);
 }
 
-
-void PropertiesPalette_Image::iconSetChange()
-{
-	IconManager& im = IconManager::instance();
-
-	xscaleLabel->setPixmap(im.loadPixmap("scale-width"));
-	yscaleLabel->setPixmap(im.loadPixmap("scale-height"));
-}
-
+
+void PropertiesPalette_Image::iconSetChange()
+{
+	IconManager& im = IconManager::instance();
+
+	xscaleLabel->setPixmap(im.loadPixmap("scale-width"));
+	yscaleLabel->setPixmap(im.loadPixmap("scale-height"));
+	imageRotationLabel->setPixmap(im.loadPixmap("object-rotation"));
+}
+
 void PropertiesPalette_Image::languageChange()
 {
 	retranslateUi(this);
Index: scribus/ui/propertiespalette_xyz.cpp
===================================================================
--- scribus/ui/propertiespalette_xyz.cpp	(Revision 26532)
+++ scribus/ui/propertiespalette_xyz.cpp	(Arbeitskopie)
@@ -577,7 +577,6 @@
 	labelLock->setLabelVisibility(visibility);
 	labelGroup->setLabelVisibility(visibility);
 	labelLevel->setLabelVisibility(visibility);
-	formWidget->setLabelVisibility(visibility);
 }
 
 void PropertiesPalette_XYZ::showXY(double x, double y)
@@ -1437,6 +1436,7 @@
 	rotateCW->setIcon(im.loadIcon("rotate_cw.png"));
 
 	buttonLineBasePoint->setIcon(im.loadIcon("toggle-object-coordination"));
+	labelRotation->setPixmap(im.loadPixmap("object-rotation"));
 	
 	QIcon a;
 	a.addPixmap(im.loadPixmap("16/lock.png"), QIcon::Normal, QIcon::On);
