Skip to content

Commit

Permalink
fix: increase submit job to deadline dialog height sizehint (#582)
Browse files Browse the repository at this point in the history
Signed-off-by: Shaurya Shekhar <[email protected]>
  • Loading branch information
shaurysh authored Jan 30, 2025
1 parent 066d52a commit a99033a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def __init__(
self.refresh_deadline_settings()

def sizeHint(self):
return QSize(540, 600)
return QSize(540, 700)

def refresh(
self,
Expand Down

0 comments on commit a99033a

Please sign in to comment.