Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
resized input field to be more usable
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed May 16, 2012
1 parent 2c1b626 commit 6526f4c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions webapp/content/js/composer_widgets.js
Expand Up @@ -751,9 +751,8 @@ var GraphDataWindow = {
win = new Ext.Window({
title: "Add a new Graph Target",
id: 'addTargetWindow',
modal: true,
width: 400,
height: 115,
width: 800,
height: 150,
layout: {
type: 'vbox',
align:'stretch',
Expand Down Expand Up @@ -855,9 +854,8 @@ var GraphDataWindow = {
win = new Ext.Window({
title: "Edit Graph Target",
id: 'editTargetWindow',
modal: true,
width: 400,
height: 115,
width: 800,
height: 150,
layout: {
type: 'vbox',
align:'stretch',
Expand Down

0 comments on commit 6526f4c

Please sign in to comment.