[pitivi] keyframes: initial styling modifications.



commit c7d7ff8c3cf4131fc1793cc4c5e02bef7610fa1c
Author: Mathieu Duponchelle <mathieu duponchelle opencreed com>
Date:   Wed Apr 22 15:26:38 2015 +0200

    keyframes: initial styling modifications.

 pitivi/timeline/elements.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/pitivi/timeline/elements.py b/pitivi/timeline/elements.py
index 6dd1e20..c17d49d 100644
--- a/pitivi/timeline/elements.py
+++ b/pitivi/timeline/elements.py
@@ -100,13 +100,13 @@ class KeyframeCurve(FigureCanvas, Loggable):
         # The PathCollection as returned by scatter
         self.__keyframes = None
 
-        sizes = [100]
+        sizes = [50]
         colors = ['r']
 
-        self.__keyframes = self.__ax.scatter([], [], marker='o', s=sizes,
+        self.__keyframes = self.__ax.scatter([], [], marker='D', s=sizes,
                                              c=colors, zorder=2)
         self.__line = self.__ax.plot([], [],
-                                     linewidth=2.0, zorder=1)[0]
+                                     linewidth=1.0, zorder=1)[0]
         self.__updatePlots()
 
         # Drag and drop logic


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]