spellchecker settings: (minor) fix layout of combobox and label

GitOrigin-RevId: 72760b32b637121d83334e9c46fa4a50b35b67a5
This commit is contained in:
Olga Strizhenko
2020-06-16 14:51:28 +03:00
committed by intellij-monorepo-bot
parent 35966887f9
commit cbfaeeccd0
2 changed files with 3 additions and 3 deletions
@@ -56,7 +56,7 @@ built.in.dictionary=built-in
words.list.dictionary=word list
select.dictionary.title=Select dictionary
max.number.of.corrections=Maximum number of suggestions
use.single.dictionary=Use single dictionary for saving words
use.single.dictionary=Use single dictionary for saving words:
advanced.settings=Advanced settings
settings.tab.dictionaries=Dictionaries
settings.tab.accepted.words=Accepted words:
@@ -57,7 +57,7 @@
<children>
<component id="52e36" class="com.intellij.ui.components.JBCheckBox" binding="myUseSingleDictionary">
<constraints>
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="10" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<name value=""/>
@@ -66,7 +66,7 @@
</component>
<component id="bdb05" class="com.intellij.openapi.ui.ComboBox" binding="myDictionariesComboBox">
<constraints>
<grid row="0" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
<grid row="0" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="2" fill="1" indent="0" use-parent-layout="false"/>
</constraints>
<properties/>
</component>