Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SLiCAP/SLiCAP_python
/ display_height
Method
display_height
SLiCAP/schematic/parameter_dialog.py:337–340 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
335
return
200
336
337
def
display_height(self) -> int:
338
if
self._natural_h:
339
return
max(1, round(self._natural_h * self._scale_spin.value() / 100))
340
return
80
Callers
1
_on_place_parameters
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected