[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r1542: Turn off tick marks on the opacity slider, so the new graph (trunk/src/gui/bwgraph)
Author: edmanm
Date: 2006-12-17 00:21:39 -0500 (Sun, 17 Dec 2006)
New Revision: 1542
Modified:
trunk/src/gui/bwgraph/bwgraph.ui
Log:
Turn off tick marks on the opacity slider, so the new graph style drop down
will fit on win32. The tick marks didn't serve much purpose anyway, plus we have the
percentage label too.
Modified: trunk/src/gui/bwgraph/bwgraph.ui
===================================================================
--- trunk/src/gui/bwgraph/bwgraph.ui 2006-12-17 04:56:47 UTC (rev 1541)
+++ trunk/src/gui/bwgraph/bwgraph.ui 2006-12-17 05:21:39 UTC (rev 1542)
@@ -794,7 +794,7 @@
<bool>false</bool>
</property>
<property name="tickPosition" >
- <enum>QSlider::TicksBelow</enum>
+ <enum>QSlider::NoTicks</enum>
</property>
<property name="tickInterval" >
<number>10</number>