mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-05 12:05:22 +00:00
Fixed layout problem in Spell Check dialog: b=57398, r=hewitt, sr=sfraser
This commit is contained in:
parent
921ae1b103
commit
fd1d6f9f82
@ -60,16 +60,15 @@
|
||||
<row valign="middle" autostretch="never">
|
||||
<text class="label" id="ReplaceWordLabel" value="&wordEditField.label;"/>
|
||||
<box valign="middle" autostretch="never" flex="1">
|
||||
<!-- flex doesn't seem to work on textbox? -->
|
||||
<textbox id="ReplaceWordInput" oninput="ChangeReplaceWord()" flex="1"/>
|
||||
<textbox id="ReplaceWordInput" oninput="ChangeReplaceWord()"/>
|
||||
<button class="dialog" id="CheckWord" oncommand="CheckWord()" label="&checkwordButton.label;"/>
|
||||
</box>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
<text class="label" id="SuggestedListLabel" value="&suggestions.label;"/>
|
||||
<grid flex="1">
|
||||
<columns><column flex="1"/><column flex="1"/></columns>
|
||||
<grid>
|
||||
<columns><column/><column/></columns>
|
||||
<rows>
|
||||
<row flex="1">
|
||||
<!-- BUG! setting class="MinWidth20em" on tree doesn't work (width=0) -->
|
||||
|
Loading…
Reference in New Issue
Block a user