[pitivi] timeline/elements: Use a thinner (1px) border around clips and transitions
- From: Jean-François Fortin Tam <jfft src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] timeline/elements: Use a thinner (1px) border around clips and transitions
- Date: Thu, 25 Apr 2013 21:04:10 +0000 (UTC)
commit 79946f14beaadb79f56f1ae4ebdbd3b9040c26b5
Author: Jean-François Fortin Tam <nekohayo gmail com>
Date: Thu Apr 25 16:50:52 2013 -0400
timeline/elements: Use a thinner (1px) border around clips and transitions
pitivi/timeline/elements.py | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/pitivi/timeline/elements.py b/pitivi/timeline/elements.py
index 2d676c1..a927a6e 100644
--- a/pitivi/timeline/elements.py
+++ b/pitivi/timeline/elements.py
@@ -423,7 +423,7 @@ class TimelineElement(Clutter.Actor, Zoomable):
color.init_from_4ub(100, 100, 100, 255)
self.border.set_border_color(color)
- self.border.set_border_width(3)
+ self.border.set_border_width(1)
self.border.set_position(0, 0)
self.add_child(self.border)
@@ -641,7 +641,6 @@ class TransitionElement(TimelineElement):
color.init_from_4ub(100, 100, 100, 125)
self.background.set_color(color)
- self.background.set_border_width(3)
+ self.background.set_border_width(1)
self.background.set_position(0, 0)
-
self.add_child(self.background)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]