Browse Source

Try again port rounding in OOStudio theme

pull/170/head
Nikita Zlobin 7 years ago
parent
commit
78c91013ff
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/patchcanvas_theme.py

+ 1
- 1
src/patchcanvas_theme.py View File

@@ -574,7 +574,7 @@ class Theme(object):
self.port_offset = -1
self.port_spacing = 5
self.port_spacingT = 0
self.port_rounding = 0.0
self.port_rounding = 3.0

# Lines
self.line_audio_jack = QColor(64, 64, 64)


Loading…
Cancel
Save