Skip to content

Commit

Permalink
16x9 format for splash
Browse files Browse the repository at this point in the history
  • Loading branch information
juney-lee committed Nov 10, 2024
1 parent ce0d750 commit 2892ee5
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 2892ee5

Please sign in to comment.