From 604fce515e00d7dcc16e9c4d4edc44634510f432 Mon Sep 17 00:00:00 2001 From: "Austin.Duan" Date: Wed, 16 Aug 2023 13:54:17 +0800 Subject: [PATCH 1/2] =?UTF-8?q?BI-131621=20fix:=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96=E5=B1=95=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/pages/connection/connection.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/pages/connection/connection.ts b/src/modules/pages/connection/connection.ts index 881759d..f2eb329 100644 --- a/src/modules/pages/connection/connection.ts +++ b/src/modules/pages/connection/connection.ts @@ -71,6 +71,8 @@ export class Connection extends BI.Widget { { type: BI.Button.xtype, text: BI.i18nText('Dec-Dcm_Connection_New'), + minWidth: 0, + width: 98, handler: () => { this.store.createNewConnection(); }, From 7e2c8773b641518756d312902b61950b0f9cb10c Mon Sep 17 00:00:00 2001 From: "Austin.Duan" Date: Wed, 23 Aug 2023 10:09:44 +0800 Subject: [PATCH 2/2] =?UTF-8?q?BI-131621=20fix:=20=E5=9B=BD=E9=99=85?= =?UTF-8?q?=E5=8C=96=E8=A1=A5=E5=85=85title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/pages/connection/connection.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/pages/connection/connection.ts b/src/modules/pages/connection/connection.ts index f2eb329..048eb6d 100644 --- a/src/modules/pages/connection/connection.ts +++ b/src/modules/pages/connection/connection.ts @@ -71,6 +71,7 @@ export class Connection extends BI.Widget { { type: BI.Button.xtype, text: BI.i18nText('Dec-Dcm_Connection_New'), + title: BI.i18nText('Dec-Dcm_Connection_New'), minWidth: 0, width: 98, handler: () => {