Skip to content

Commit

Permalink
Hide value label on initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Numerlor committed Nov 15, 2021
1 parent c511c9e commit 21d7a25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auto_neutron/windows/gui/new_route_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def __init__(
self._value_label.size_policy = QtWidgets.QSizePolicy(
QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Fixed
)
self._value_label.hide()

self._label_hide_timer = QtCore.QTimer(self)
self._label_hide_timer.single_shot = True
Expand Down

0 comments on commit 21d7a25

Please sign in to comment.