From 1094ab1ac48313b0c1caec15bc4fb6c584efa047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Wed, 27 Jul 2016 00:21:31 +0200 Subject: Add border around running keys --- music_sampler.kv | 1 - 1 file changed, 1 deletion(-) (limited to 'music_sampler.kv') diff --git a/music_sampler.kv b/music_sampler.kv index 3232956..882112d 100644 --- a/music_sampler.kv +++ b/music_sampler.kv @@ -8,7 +8,6 @@ y: (self.parent.top-self.parent.y) - (self.row) * self.parent.key_size - (self.row - 1) * self.parent.key_sep x: (self.col - 1) * self.parent.key_size + int(self.col - 1) * self.parent.key_sep + self.pad_col_sep size_hint: None, None - line_color: 120/255, 120/255, 120/255, 1 enabled: True line_width: 2 row: 1 -- cgit v1.2.3