From cd82476d155fe8cdebad997e565424738f3b2a38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Fri, 4 May 2012 08:14:20 +0000 Subject: [PATCH] try without ticks; refs #142 --- src/browser.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/browser.hxx b/src/browser.hxx index 2480885..d7fed31 100644 --- a/src/browser.hxx +++ b/src/browser.hxx @@ -112,7 +112,7 @@ class Browser: public QMainWindow, protected Ui::Browser { _zoom->setValue(100); _zoom->setSingleStep(1); _zoom->setPageStep(10); - _zoom->setTickPosition(QSlider::TicksAbove); + // _zoom->setTickPosition(QSlider::TicksAbove); assert(connect(_zoom, SIGNAL(valueChanged(int)), SLOT(zoom(int)))); if (_kiosk||!_quirks) { _toolbar->addAction(actionReload);