aboutsummaryrefslogtreecommitdiff
path: root/main.js
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2018-02-28 21:49:32 +0000
committerJames Barnett <noreply@jamesbarnett.xyz>2018-02-28 21:49:32 +0000
commitb8beae97f2cf88a405001b1f4a51434e944c776e (patch)
tree65f78641fee455f931823314e6e6db334f0a3e11 /main.js
parent28ebae4525f35672acd6253b3022bdb8cdc1cbd1 (diff)
downloadsql-plus-plus-b8beae97f2cf88a405001b1f4a51434e944c776e.tar.xz
sql-plus-plus-b8beae97f2cf88a405001b1f4a51434e944c776e.zip
Remove cross-schema autocomplete until it can be improved
Add pg database param to new connection config
Diffstat (limited to 'main.js')
-rw-r--r--main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.js b/main.js
index d211c1e..73cb93d 100644
--- a/main.js
+++ b/main.js
@@ -51,7 +51,7 @@ app.on("activate", () => {
function createNewConnectionDialog() {
newConnectionDialog = new BrowserWindow({
width: 400,
- height: 600
+ height: 640
});
newConnectionDialog.loadURL(url.format({
pathname: path.join(__dirname, "html", "new-connection.html"),