Skip to content
This repository was archived by the owner on Jan 12, 2020. It is now read-only.

Commit db612d6

Browse files
author
Michael H. Arieli
committed
Resize wizard window
1 parent e57b9ed commit db612d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Resources/public/css/doc.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ form-line.form-question-selected {
711711
}
712712
.calcContainer {
713713
width:640px;
714-
height:320px;
714+
height:350px;
715715
background-color:white;
716716
overflow:hidden;
717717
margin-top:5px;

Resources/src-js/application.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ function resetListRules() {
444444
dialog.dialog({
445445
title: 'Wizard: ' + type,
446446
width: 700,
447-
height: 480,
447+
height: 520,
448448
modal: true,
449449
resizable: false,
450450
close: function () {

0 commit comments

Comments
 (0)