diff options
author | Matthias Baumgartner <dev@igsor.net> | 2023-03-04 14:19:49 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2023-03-04 14:19:49 +0100 |
commit | 662842453a00d446c420b04ae5fa5e8735fa09c2 (patch) | |
tree | 55d47b0787a0b2c35526aa4edec9c5e7d19cdee9 /tagit/assets | |
parent | ceb95600c5d3cff789d466706bcdec7143c11bb3 (diff) | |
download | tagit-662842453a00d446c420b04ae5fa5e8735fa09c2.tar.gz tagit-662842453a00d446c420b04ae5fa5e8735fa09c2.tar.bz2 tagit-662842453a00d446c420b04ae5fa5e8735fa09c2.zip |
style fixes
Diffstat (limited to 'tagit/assets')
-rw-r--r-- | tagit/assets/themes/default/style.kv | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tagit/assets/themes/default/style.kv b/tagit/assets/themes/default/style.kv index 5747fbd..71b4cb7 100644 --- a/tagit/assets/themes/default/style.kv +++ b/tagit/assets/themes/default/style.kv @@ -72,12 +72,12 @@ self.x, self.y + self.height - 40, \ self.x, self.y + self.height, \ self.x + 40, self.y + self.height - Line: - width: 2 - points: - self.x + self.width - 40, \ - self.y, self.x + self.width, \ - self.y, self.x + self.width, self.y + 40 + #Line: + # width: 2 + # points: + # self.x + self.width - 40, \ + # self.y, self.x + self.width, \ + # self.y, self.x + self.width, self.y + 40 # cursor highlighting Color: |