Skip to content

Commit

Permalink
Adjust find dialog field sizes (mostly for non-english languages)
Browse files Browse the repository at this point in the history
  • Loading branch information
danyaPostfactum committed Apr 2, 2014
1 parent cedebb5 commit 1c9d199
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/find/dialogs/find.js
Expand Up @@ -533,7 +533,7 @@
elements: [
{
type: 'hbox',
widths: [ '230px', '90px' ],
widths: [ 'auto', '100px' ],
children: [
{
type: 'text',
Expand All @@ -560,7 +560,7 @@
{
type: 'fieldset',
label: CKEDITOR.tools.htmlEncode( lang.findOptions ),
style: 'margin-top:29px',
style: 'margin-top:35px',
children: [
{
type: 'vbox',
Expand Down Expand Up @@ -598,7 +598,7 @@
elements: [
{
type: 'hbox',
widths: [ '230px', '90px' ],
widths: [ 'auto', '100px' ],
children: [
{
type: 'text',
Expand All @@ -624,7 +624,7 @@
},
{
type: 'hbox',
widths: [ '230px', '90px' ],
widths: [ 'auto', '100px' ],
children: [
{
type: 'text',
Expand Down

0 comments on commit 1c9d199

Please sign in to comment.