Skip to content

Commit

Permalink
Merge pull request #11 from archman/master
Browse files Browse the repository at this point in the history
Add support to control AlarmBoder for ActionButton
  • Loading branch information
tynanford authored Jun 10, 2022
2 parents 5d3574e + 12cde11 commit 8698311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phoebusgen/widget/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def __init__(self, name: str, pv_name: str, x: int, y: int, width: int, height:

# Controls
class ActionButton(_Widget, _p._PVName, _p._Actions, _p._Text, _p._Font, _p._ForegroundColor, _p._BackgroundColor,
_p._Transparent, _p._RotationStep, _p._Enabled, _p._Confirmation):
_p._Transparent, _p._RotationStep, _p._Enabled, _p._AlarmBorder, _p._Confirmation):
""" ActionButton Phoebus Widget """
def __init__(self, name: str, text: str, pv_name: str, x: int, y: int, width: int, height: int) -> None:
"""
Expand Down

0 comments on commit 8698311

Please sign in to comment.