--- a/src/plugins/styles/fly-plastique/fly-plastique-tablet-style.cpp
+++ b/src/plugins/styles/fly-plastique/fly-plastique-tablet-style.cpp
@@ -12,52 +12,76 @@
 
 static const char * const qt_scrollbar_button_arrow_left[] =
 {
-    "4 7 2 1",
+    "8 15 2 1",
     "   c None",
     "*  c #BFBFBF",
-    "   *",
-    "  **",
-    " ***",
-    "****",
-    " ***",
-    "  **",
-    "   *"
+    "       *",
+    "      **",
+    "     ***",
+    "    ****",
+    "   *****",
+    "  ******",
+    " *******",
+    "********",
+    " *******",
+    "  ******",
+    "   *****",
+    "    ****",
+    "     ***",
+    "      **",
+    "       *"
 };
 
 static const char * const qt_scrollbar_button_arrow_right[] =
 {
-    "4 7 2 1",
+    "8 15 2 1",
     "   c None",
     "*  c #BFBFBF",
-    "*   ",
-    "**  ",
-    "*** ",
-    "****",
-    "*** ",
-    "**  ",
-    "*   "
+    "*       ",
+    "**      ",
+    "***     ",
+    "****    ",
+    "*****   ",
+    "******  ",
+    "******* ",
+    "********",
+    "******* ",
+    "******  ",
+    "*****   ",
+    "****    ",
+    "***     ",
+    "**      ",
+    "*       "
 };
 
 static const char * const qt_scrollbar_button_arrow_up[] =
 {
-    "7 4 2 1",
+    "15 8 2 1",
     "   c None",
     "*  c #BFBFBF",
-    "   *   ",
-    "  ***  ",
-    " ***** ",
-    "*******"
+    "       *       ",
+    "      ***      ",
+    "     *****     ",
+    "    *******    ",
+    "   *********   ",
+    "  ***********  ",
+    " ************* ",
+    "***************"
 };
 
 static const char * const qt_scrollbar_button_arrow_down[] =
 {
-    "7 4 2 1",
+    "15 8 2 1",
     "   c None",
     "*  c #BFBFBF",
-    "*******",
-    " ***** ",
-    "  ***  ",
-    "   *   "
+    "***************",
+    " ************* ",
+    "  ***********  ",
+    "   *********   ",
+    "    *******    ",
+    "     *****     ",
+    "      ***      ",
+    "       *       "
 };
 
 static const char * const qt_scrollbar_button_left[] =
@@ -724,7 +748,7 @@
 
                     if ((scrollBar->activeSubControls & SC_ScrollBarAddLine) && sunken)
                         addLinePainter.translate(1, 1);
-                    addLinePainter.drawImage(QPoint(pixmapRect.center().x() - 2, pixmapRect.center().y() - 3), arrow);
+                    addLinePainter.drawImage(QPoint(pixmapRect.center().x() - 3, pixmapRect.center().y() - 6), arrow);
                 }
                 else
                 {
@@ -733,7 +757,7 @@
 
                     if ((scrollBar->activeSubControls & SC_ScrollBarAddLine) && sunken)
                         addLinePainter.translate(1, 1);
-                    addLinePainter.drawImage(QPoint(pixmapRect.center().x() - 3, pixmapRect.center().y() - 2), arrow);
+                    addLinePainter.drawImage(QPoint(pixmapRect.center().x() - 6, pixmapRect.center().y() - 3), arrow);
                 }
                 addLinePainter.end();
                 QPixmapCache::insert(addLinePixmapName, cache);
@@ -830,7 +854,7 @@
 
                     if ((scrollBar->activeSubControls & SC_ScrollBarSubLine) && sunken)
                         subLinePainter.translate(1, 1);
-                    subLinePainter.drawImage(QPoint(pixmapRect.center().x() - 2, pixmapRect.center().y() - 3), arrow);
+                    subLinePainter.drawImage(QPoint(pixmapRect.center().x() - 3, pixmapRect.center().y() - 6), arrow);
                 }
                 else
                 {
@@ -839,7 +863,7 @@
 
                     if ((scrollBar->activeSubControls & SC_ScrollBarSubLine) && sunken)
                         subLinePainter.translate(1, 1);
-                    subLinePainter.drawImage(QPoint(pixmapRect.center().x() - 3, pixmapRect.center().y() - 2), arrow);
+                    subLinePainter.drawImage(QPoint(pixmapRect.center().x() - 6, pixmapRect.center().y() - 3), arrow);
                 }
                 subLinePainter.end();
                 QPixmapCache::insert(subLinePixmapName, cache);
