<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -235,8 +235,9 @@ void RaptorGraphicsWidget::updateColors()
 
 void RaptorGraphicsWidget::resizeEvent(QGraphicsSceneResizeEvent *event)
 {
-    d-&gt;rightScrollButton-&gt;setPos(rect().width() - FRAME_RECT_HORIZONTAL_MARGIN - d-&gt;rightScrollButton-&gt;size().width() / 2, rect().height() / 2 - d-&gt;rightScrollButton-&gt;rect().height() / 2);
-    d-&gt;leftScrollButton-&gt;setPos(FRAME_RECT_HORIZONTAL_MARGIN - d-&gt;leftScrollButton-&gt;size().width() / 2, rect().height() / 2 - d-&gt;leftScrollButton-&gt;rect().height() / 2);
+    d-&gt;rightScrollButton-&gt;setPos(rect().width() - FRAME_RECT_HORIZONTAL_MARGIN - d-&gt;rightScrollButton-&gt;size().width() / 2, d-&gt;view-&gt;y() + d-&gt;view-&gt;rect().height() / 2 - d-&gt;rightScrollButton-&gt;rect().height() / 2);
+    d-&gt;leftScrollButton-&gt;setPos(FRAME_RECT_HORIZONTAL_MARGIN - d-&gt;leftScrollButton-&gt;size().width() / 2, d-&gt;view-&gt;y() + d-&gt;view-&gt;rect().height() / 2 - d-&gt;leftScrollButton-&gt;rect().height() / 2);
+    kDebug() &lt;&lt; d-&gt;leftScrollButton-&gt;y() + d-&gt;view-&gt;rect().height() / 2 - d-&gt;leftScrollButton-&gt;rect().height() / 2 &lt;&lt; d-&gt;view-&gt;y();
 }
 
 void RaptorGraphicsWidget::refineModel()</diff>
      <filename>view/raptorgraphicswidget.cpp</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7fa21dfd6b578417aac76807bfe098d0ff15a9ff</id>
    </parent>
  </parents>
  <author>
    <name>Lukas Appelhans</name>
    <login>boom1992</login>
    <email>l.appelhans@gmx.de</email>
  </author>
  <url>http://github.com/ruphy/raptor/commit/1f9cb3b305ff97aa0e8c0e10bffcad911b84d6ac</url>
  <id>1f9cb3b305ff97aa0e8c0e10bffcad911b84d6ac</id>
  <committed-date>2009-03-12T06:53:10-07:00</committed-date>
  <authored-date>2009-03-12T06:53:10-07:00</authored-date>
  <message>Move scrollbuttons in the  middle of the view instead of the applet</message>
  <tree>68d77a35c3296982646519de1764a3d0a0d1ef8a</tree>
  <committer>
    <name>Lukas Appelhans</name>
    <login>boom1992</login>
    <email>l.appelhans@gmx.de</email>
  </committer>
</commit>
