diff --git a/runtime/assets/welcome_logo.svg b/runtime/assets/welcome_logo.svg index a90323cd7..eb16d1b33 100644 --- a/runtime/assets/welcome_logo.svg +++ b/runtime/assets/welcome_logo.svg @@ -1 +1 @@ -pgAdmin_PostgreSQL \ No newline at end of file +pgAdminManagement Tools for PostgreSQL \ No newline at end of file diff --git a/runtime/package.json b/runtime/package.json index b609f416b..73014ea99 100644 --- a/runtime/package.json +++ b/runtime/package.json @@ -8,8 +8,8 @@ "chromium-args": "--disable-popup-blocking --disable-gpu", "user-agent": "Nwjs:%nwver-%osinfo-%chromium_ver", "window": { - "width": 440, - "height": 170, + "width": 750, + "height": 600, "toolbar": false, "fullscreen": false, "frame": false, diff --git a/runtime/src/html/pgadmin.html b/runtime/src/html/pgadmin.html index a52b36dea..35ef7eab1 100644 --- a/runtime/src/html/pgadmin.html +++ b/runtime/src/html/pgadmin.html @@ -8,7 +8,7 @@ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 14px; margin: 0 10px; - background-color: #fff; + background-color: #e9f8ff; } .bg {