From 2892ee5f5a1d791af6d29f09260a6001eb58ba84 Mon Sep 17 00:00:00 2001 From: Juney Lee Date: Sun, 10 Nov 2024 09:22:07 -0500 Subject: [PATCH] 16x9 format for splash --- plugin/RV.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/RV.py b/plugin/RV.py index 254c9c3..e3b82b3 100644 --- a/plugin/RV.py +++ b/plugin/RV.py @@ -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