From 50a42227b6e6a725e2e37abf2488e8eed83d4ebb Mon Sep 17 00:00:00 2001 From: cirry <812852553@qq.com> Date: Sun, 7 Jan 2024 14:06:04 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=20=E5=85=BC=E5=AE=B9=E5=A4=A7?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=99=A8=E6=97=A0=E6=B3=95=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../toolWindow/MyToolWindowFactory.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/main/kotlin/com/github/cirry/{wxreaderjetbrainsplugin => wereadjetbrainsplugin}/toolWindow/MyToolWindowFactory.kt (95%) diff --git a/src/main/kotlin/com/github/cirry/wxreaderjetbrainsplugin/toolWindow/MyToolWindowFactory.kt b/src/main/kotlin/com/github/cirry/wereadjetbrainsplugin/toolWindow/MyToolWindowFactory.kt similarity index 95% rename from src/main/kotlin/com/github/cirry/wxreaderjetbrainsplugin/toolWindow/MyToolWindowFactory.kt rename to src/main/kotlin/com/github/cirry/wereadjetbrainsplugin/toolWindow/MyToolWindowFactory.kt index aa09632..6cd0fb8 100644 --- a/src/main/kotlin/com/github/cirry/wxreaderjetbrainsplugin/toolWindow/MyToolWindowFactory.kt +++ b/src/main/kotlin/com/github/cirry/wereadjetbrainsplugin/toolWindow/MyToolWindowFactory.kt @@ -32,7 +32,7 @@ class MyToolWindowFactory : ToolWindowFactory { val noSupportLabel = JBLabel(MyBundle.message("noSupport")) if (JBCefApp.isSupported()) { val jbcef = JBCefBrowser() - jbcef.component.preferredSize = Dimension(800,900) + jbcef.component.preferredSize = Dimension(900,900) add(jbcef.component, BorderLayout.CENTER) jbcef.loadURL("https://weread.qq.com/") } else {