Skip to content
Snippets Groups Projects

Cleaning up code

Merged Oscar Gustafsson requested to merge schedulereventclean into master
3 files
+ 48
47
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -49,8 +49,8 @@ class AxesItem(QGraphicsItemGroup):
@@ -49,8 +49,8 @@ class AxesItem(QGraphicsItemGroup):
def __init__(
def __init__(
self,
self,
width: float,
width: int,
height: float,
height: int,
width_indent: float = 0.2,
width_indent: float = 0.2,
height_indent: float = 0.2,
height_indent: float = 0.2,
width_padding: float = 0.6,
width_padding: float = 0.6,
Loading