Skip to content

Commit

Permalink
Sideview: increase z-value of pipe top fill
Browse files Browse the repository at this point in the history
  • Loading branch information
benvanbasten-ns committed Sep 21, 2023
1 parent 9fdc35d commit 4c06ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool_sideview/sideview_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def __init__(
self.culvert_middle_fill.setZValue(3)
self.culvert_lower_fill.setZValue(20)
self.bottom_fill.setZValue(7)
self.sewer_top_fill.setZValue(3)
self.sewer_top_fill.setZValue(7)

# set listeners to signals
self.profile_route_updated.connect(self.update_water_level_cache)
Expand Down

0 comments on commit 4c06ef7

Please sign in to comment.