Skip to content
Snippets Groups Projects
Commit 9b591fa8 authored by Robert Anderson's avatar Robert Anderson
Browse files

Adjusted window size

parent 57fe70f7
No related branches found
No related tags found
No related merge requests found
...@@ -8,10 +8,10 @@ function showWiSPResellersWindow() { ...@@ -8,10 +8,10 @@ function showWiSPResellersWindow() {
title: "Resellers", title: "Resellers",
width: 400, width: 400,
height: 325, height: 335,
minWidth: 400, minWidth: 400,
minHeight: 325, minHeight: 335,
}, },
// Grid config // Grid config
{ {
...@@ -157,10 +157,10 @@ function showWiSPResellerEditWindow(id) { ...@@ -157,10 +157,10 @@ function showWiSPResellerEditWindow(id) {
title: "Reseller Information", title: "Reseller Information",
width: 300, width: 300,
height: 325, height: 348,
minWidth: 300, minWidth: 300,
minHeight: 325 minHeight: 348
}, },
// Form panel config // Form panel config
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment