Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SLiCAP/SLiCAP_python
/ display_height
Method
display_height
SLiCAP/schematic/model_dialog.py:382–385 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
380
return
200
381
382
def
display_height(self) -> int:
383
if
self._natural_h:
384
return
max(1, round(self._natural_h * self._scale_spin.value() / 100))
385
return
80
Callers
2
_on_place_model_definition
Method · 0.95
mouseDoubleClickEvent
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected