[pitivi/gtktimeline: 16/28] keyframes: initial styling modifications.
- From: Thibault Saunier <tsaunier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi/gtktimeline: 16/28] keyframes: initial styling modifications.
- Date: Tue, 5 May 2015 07:51:17 +0000 (UTC)
commit 0a20e1b60feac1a263a829b8a1f66b9189037fc5
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]