changeset 498:dd6bd2d00f86

* Making the zoom reset button flat fixes the zoom wheels layout problem on os/x, but it means we'll have to find an icon for it -- at the moment it's invisible!
author Chris Cannam
date Mon, 23 Feb 2009 19:27:08 +0000
parents 5e6991aefdc5
children c5c478ee37b1
files view/Pane.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/view/Pane.cpp	Mon Feb 23 19:24:07 2009 +0000
+++ b/view/Pane.cpp	Mon Feb 23 19:27:08 2009 +0000
@@ -166,6 +166,7 @@
         }
 
         m_reset = new NotifyingPushButton;
+	m_reset->setFlat(true);
         m_reset->setCursor(Qt::ArrowCursor);
         m_reset->setFixedHeight(16);
         m_reset->setFixedWidth(16);