Skip to content

Commit

Permalink
#10323: Made width&height inputs 5px wider so 4 digits fit in them.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Apr 15, 2013
1 parent 25d174d commit e6c0d93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/image/dialogs/image.js
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@
children: [
{
type: 'text',
width: '40px',
width: '45px',
id: 'txtWidth',
label: editor.lang.common.width,
onKeyUp: onSizeChange,
Expand Down Expand Up @@ -602,7 +602,7 @@
{
type: 'text',
id: 'txtHeight',
width: '40px',
width: '45px',
label: editor.lang.common.height,
onKeyUp: onSizeChange,
onChange: function() {
Expand Down

0 comments on commit e6c0d93

Please sign in to comment.