openshot.code team mailing list archive
-
openshot.code team
-
Mailing list archive
-
Message #00469
[Branch ~openshot.code/openshot/main] Rev 668: Increased the effects tree width slightly when using small icons, as some long effect names were ...
------------------------------------------------------------
revno: 668
committer: Andy Finch <we.rocked.in79@xxxxxxxxx>
branch nick: openshot
timestamp: Sun 2012-05-13 21:16:27 +0100
message:
Increased the effects tree width slightly when using small icons, as some long effect names were wrapping to the next line.
modified:
openshot/windows/TreeEffects.py
--
lp:openshot
https://code.launchpad.net/~openshot.code/openshot/main
Your team OpenShot Code is subscribed to branch lp:openshot.
To unsubscribe from this branch go to https://code.launchpad.net/~openshot.code/openshot/main/+edit-subscription
=== modified file 'openshot/windows/TreeEffects.py'
--- openshot/windows/TreeEffects.py 2011-09-12 20:49:21 +0000
+++ openshot/windows/TreeEffects.py 2012-05-13 20:16:27 +0000
@@ -105,7 +105,7 @@
if type(self.treeview) == gtk.IconView:
# only resize IconView
if icon_size == "small":
- self.treeview.set_item_width(90)
+ self.treeview.set_item_width(98)
else:
self.treeview.set_item_width(130)