Skip to content

Commit 1c9d199

Browse files
Adjust find dialog field sizes (mostly for non-english languages)
1 parent cedebb5 commit 1c9d199

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

plugins/find/dialogs/find.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@
533533
elements: [
534534
{
535535
type: 'hbox',
536-
widths: [ '230px', '90px' ],
536+
widths: [ 'auto', '100px' ],
537537
children: [
538538
{
539539
type: 'text',
@@ -560,7 +560,7 @@
560560
{
561561
type: 'fieldset',
562562
label: CKEDITOR.tools.htmlEncode( lang.findOptions ),
563-
style: 'margin-top:29px',
563+
style: 'margin-top:35px',
564564
children: [
565565
{
566566
type: 'vbox',
@@ -598,7 +598,7 @@
598598
elements: [
599599
{
600600
type: 'hbox',
601-
widths: [ '230px', '90px' ],
601+
widths: [ 'auto', '100px' ],
602602
children: [
603603
{
604604
type: 'text',
@@ -624,7 +624,7 @@
624624
},
625625
{
626626
type: 'hbox',
627-
widths: [ '230px', '90px' ],
627+
widths: [ 'auto', '100px' ],
628628
children: [
629629
{
630630
type: 'text',

0 commit comments

Comments
 (0)