Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Nov 10, 2024
2 parents 65f3e11 + 2892ee5 commit 7cef944
Show file tree
Hide file tree
Showing 2 changed files with 2,825 additions and 2,803 deletions.
2 changes: 1 addition & 1 deletion plugin/RV.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


class SplashForm(Eto.Forms.Dialog[bool]):
def __init__(self, title, url, width=800, height=400):
def __init__(self, title, url, width=800, height=450):
super().__init__()

self.Title = title
Expand Down
Loading

0 comments on commit 7cef944

Please sign in to comment.