diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/alignmenttopbutton.css b/share/qtcreator/qmldesigner/propertyeditor/Qt/alignmenttopbutton.css
index e95c4aa5f32a00b5ec6392c0dbe8053d89508609..9356377536c327592e428357ce5962ba70208928 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/alignmenttopbutton.css
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/alignmenttopbutton.css
@@ -1,12 +1,11 @@
 QPushButton {
-    border-image: url(:/qmldesigner/images/button_alignment_top_normal.png) 3;
-    border-width: 3;
+    border-image: url(:/qmldesigner/images/button_alignment_top_normal.png);   
  }
  
   QPushButton:pressed {
-    border-image: url(:/qmldesigner/images/button_alignment_top_pressed.png) 3;
+    border-image: url(:/qmldesigner/images/button_alignment_top_pressed.png);
  }
  
  QPushButton:checked {
-    border-image: url(:/qmldesigner/images/button_alignment_top_pressed.png) 3;
+    border-image: url(:/qmldesigner/images/button_alignment_top_pressed.png);
  }
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorbottom.css b/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorbottom.css
index 3f099aa99c8edf04e8d6903e9e12c312c9d6f2f1..98ad512dc962a177859d5b75be64074a23297259 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorbottom.css
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorbottom.css
@@ -1,12 +1,11 @@
 QPushButton {
-    border-image: url(:/qmldesigner/images/anchor-bottom-normal.png) 3;
-    border-width: 3;
+    border-image: url(:/qmldesigner/images/anchor-bottom-normal.png);
  }
  
-  QPushButton:pressed {
-    border-image: url(:/qmldesigner/images/anchor-bottom-pressed.png) 3;
+QPushButton:pressed {
+    border-image: url(:/qmldesigner/images/anchor-bottom-pressed.png);
  }
  
  QPushButton:checked {
-    border-image: url(:/qmldesigner/images/anchor-bottom-pressed.png) 3;
+    border-image: url(:/qmldesigner/images/anchor-bottom-pressed.png);
  }
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorfill.css b/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorfill.css
index a54050c0b25073350dc983c8e1be30ed8708b92f..c382641d03310d94df7314794eedf9a2328a04f5 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorfill.css
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorfill.css
@@ -1,12 +1,11 @@
 QPushButton {
-    border-image: url(:/qmldesigner/images/anchor-fill-normal.png) 3;
-    border-width: 3;
+    border-image: url(:/qmldesigner/images/anchor-fill-normal.png);
  }
  
   QPushButton:pressed {
-    border-image: url(:/qmldesigner/images/anchor-fill-pressed.png) 3;
+    border-image: url(:/qmldesigner/images/anchor-fill-pressed.png);
  }
  
  QPushButton:checked {
-    border-image: url(:/qmldesigner/images/anchor-fill-pressed.png) 3;
+    border-image: url(:/qmldesigner/images/anchor-fill-pressed.png);
  }
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorhorizontal.css b/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorhorizontal.css
index 0f516137ea5c7ef6239d023d5c0d209d1a9ab440..28be04e0eadff4ad56aa5bbd348c12953ca93afd 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorhorizontal.css
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorhorizontal.css
@@ -1,12 +1,11 @@
 QPushButton {
-    border-image: url(:/qmldesigner/images/anchor-horizontal-normal.png) 3;
-    border-width: 3;
+    border-image: url(:/qmldesigner/images/anchor-horizontal-normal.png);
  }
  
   QPushButton:pressed {
-    border-image: url(:/qmldesigner/images/anchor-horizontal-pressed.png) 3;
+    border-image: url(:/qmldesigner/images/anchor-horizontal-pressed.png);
  }
  
  QPushButton:checked {
-    border-image: url(:/qmldesigner/images/anchor-horizontal-pressed.png) 3;
+    border-image: url(:/qmldesigner/images/anchor-horizontal-pressed.png);
  }
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorleft.css b/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorleft.css
index 579bc31e1966fc1b4c3b7be524e62ff16b35c6fa..53c9604c0ac8f06b0f643a82591c035636fee082 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorleft.css
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorleft.css
@@ -1,12 +1,11 @@
 QPushButton {
-    border-image: url(:/qmldesigner/images/anchor-left-normal.png) 3;
-    border-width: 3;
+    border-image: url(:/qmldesigner/images/anchor-left-normal.png);
  }
  
   QPushButton:pressed {
-    border-image: url(:/qmldesigner/images/anchor-left-pressed.png) 3;
+    border-image: url(:/qmldesigner/images/anchor-left-pressed.png);
  }
  
  QPushButton:checked {
-    border-image: url(:/qmldesigner/images/anchor-left-pressed.png) 3;
+    border-image: url(:/qmldesigner/images/anchor-left-pressed.png);
  }
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorright.css b/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorright.css
index 7eabfbb3971203ee091820e483f64481f80ab573..ee1690e23c9ec6be9074328390e695ff22d07232 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorright.css
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorright.css
@@ -1,12 +1,11 @@
 QPushButton {
-    border-image: url(:/qmldesigner/images/anchor-right-normal.png) 3;
-    border-width: 3;
+    border-image: url(:/qmldesigner/images/anchor-right-normal.png);    
  }
  
   QPushButton:pressed {
-    border-image: url(:/qmldesigner/images/anchor-right-pressed.png) 3;
+    border-image: url(:/qmldesigner/images/anchor-right-pressed.png);
  }
  
  QPushButton:checked {
-    border-image: url(:/qmldesigner/images/anchor-right-pressed.png) 3;
+    border-image: url(:/qmldesigner/images/anchor-right-pressed.png);
  }
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorspacer.css b/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorspacer.css
index 68c908d6ca871e1652713be9473c625136a4660d..22cfdf85989c5ae739905fbd6bb197f4a2b4a0eb 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorspacer.css
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorspacer.css
@@ -1,12 +1,11 @@
 QPushButton {
-    border-image: url(:/qmldesigner/images/anchor-spacer.png) 3;
-    border-width: 3;
+    border-image: url(:/qmldesigner/images/anchor-spacer.png);
  }
  
   QPushButton:pressed {
-    border-image: url(:/qmldesigner/images/anchor-spacer.png) 3;
+    border-image: url(:/qmldesigner/images/anchor-spacer.png);
  }
  
  QPushButton:checked {
-    border-image: url(:/qmldesigner/images/anchor-spacer.png) 3;
+    border-image: url(:/qmldesigner/images/anchor-spacer.png);
  }
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/anchortop.css b/share/qtcreator/qmldesigner/propertyeditor/Qt/anchortop.css
index 57a0842eb55bd608cd61edd43a5949f097e309e3..2310144c1e8e6222cf6ed4a345af21475baeeb03 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/anchortop.css
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/anchortop.css
@@ -1,12 +1,11 @@
 QPushButton {
-    border-image: url(:/qmldesigner/images/anchor-top-normal.png) 3;
-    border-width: 3;
+    border-image: url(:/qmldesigner/images/anchor-top-normal.png);	
  }
  
   QPushButton:pressed {
-    border-image: url(:/qmldesigner/images/anchor-top-pressed.png) 3;
+    border-image: url(:/qmldesigner/images/anchor-top-pressed.png);	
  }
  
  QPushButton:checked {
-    border-image: url(:/qmldesigner/images/anchor-top-pressed.png) 3;
+    border-image: url(:/qmldesigner/images/anchor-top-pressed.png);	
  }
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorvertical.css b/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorvertical.css
index 62a2d779d969e59cd241c55e47fe9aa33f7efd88..578030e0658191a80e94e072e70327b4878063c1 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorvertical.css
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorvertical.css
@@ -1,12 +1,11 @@
 QPushButton {
-    border-image: url(:/qmldesigner/images/anchor-vertical-normal.png) 3;
-    border-width: 3;
+    border-image: url(:/qmldesigner/images/anchor-vertical-normal.png);
  }
  
   QPushButton:pressed {
-    border-image: url(:/qmldesigner/images/anchor-vertical-pressed.png) 3;
+    border-image: url(:/qmldesigner/images/anchor-vertical-pressed.png);
  }
  
  QPushButton:checked {
-    border-image: url(:/qmldesigner/images/anchor-vertical-pressed.png) 3;
+    border-image: url(:/qmldesigner/images/anchor-vertical-pressed.png);
  }
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css b/share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css
index 68df338f632e7005d5b4d5bd5dcfffdb9ca025b1..0f23858ad58f1f763924909d4791c8519f92fd53 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css
@@ -69,10 +69,10 @@ QPlainTextEdit
  {
      font-size: 11px;
      color: white;
-     padding-right: 4px;
+     padding-right: 2px;
      padding-top: 2px;
      padding-bottom: 2px;
-    padding-left: 20px;
+     padding-left: 20px;
      border: 2px solid #0F0F0F;
      border-radius: 6px;
      border-width: 1;
@@ -88,10 +88,10 @@ QPlainTextEdit
  {
      font-size: 11px;
      color: white;
-     padding-right: 4px;
+     padding-right: 2px;
      padding-top: 2px;
      padding-bottom: 2px;
-    padding-left: 20px;
+     padding-left: 20px;
      border: 2px solid #0F0F0F;
      border-radius: 6px;
      border-width: 1;
@@ -199,19 +199,19 @@ QPushButton {
 
 QPushButton, QComboBox[editable="false"],
 QComboBox[editable="true"] {
-    border-image: url(:/qmldesigner/images/pushbutton.png) 4;
+    border-image: url(:/qmldesigner/images/combobox-normal.png) 4;
     border-width: 3;
 }
 
 QPushButton:hover, QComboBox[editable="false"]:hover,
 QComboBox[editable="true"]:hover, QMenuBar::item:hover {
-    border-image: url(:/qmldesigner/images/pushbutton_hover.png) 4;
+    border-image: url(:/qmldesigner/images/combobox-normal.png) 4;
     border-width: 3;
 }
 
 QPushButton:pressed, QComboBox[editable="false"]:on,
 QComboBox[editable="true"]:on, QMenuBar::item:on {
-    border-image: url(:/qmldesigner/images/pushbutton_pressed.png) 4;
+    border-image: url(:/qmldesigner/images/combobox-pressed.png) 4;
     border-width: 3;
 }
 
@@ -404,18 +404,15 @@ QMenu::separator {
  }
  
  QSlider::groove:horizontal {
-     height: 8px;
-     border: 2px solid #0F0F0F;
-     border-radius: 6px;
-     background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
-                                       stop: 0 #2c2c2c, stop: 1 #333333);
+    height: 2px;
+	border-image: url(:/qmldesigner/images/slider_line.png) 0;
     margin: 5px 0;
  }
 
  QSlider::handle:horizontal {
-     border: 2px solid #1B1B1B;
-     border-image: url(:/qmldesigner/images/pushbutton.png) 3;
-     width: 6px;
+     image: url(:/qmldesigner/images/slider_indikator.png);
+     width: 8px;
+	 height: 8px;
      margin: 0px 0;	 
  }