- Disabled context menu in toolbar

This commit is contained in:
Christophe Dumez 2007-04-08 18:21:26 +00:00
parent 62b61750d1
commit 0eaa592086
2 changed files with 5 additions and 1 deletions

1
TODO
View file

@ -43,3 +43,4 @@
- Update to libtorrent SVN (0.13)
- Use its UPnP/NAT-PMP built-in support instead of ours
- Use its piece prioritization support
Improve ratio display / calculation / saving / per torrent...

View file

@ -409,6 +409,9 @@
<property name="enabled" >
<bool>true</bool>
</property>
<property name="contextMenuPolicy" >
<enum>Qt::NoContextMenu</enum>
</property>
<property name="movable" >
<bool>false</bool>
</property>