#95084, fix some ugly visual glitches in Editor's Link Properties dialog. r=brade, sr=blake

This commit is contained in:
hwaara%chello.se 2001-08-13 23:58:02 +00:00
Родитель 99fc474dd2
Коммит fec0a23b3e
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -47,7 +47,7 @@
<keyset id="dialogKeys"/>
<vbox style="min-width: 20em">
<groupbox orient="vertical"><label id="linkTextCaption" align="left"/>
<groupbox orient="vertical"><label id="linkTextCaption"/>
<text class="label" id="linkTextMessage"/>
<textbox id="linkTextInput" flex="1" oninput="ChangeText()"/>
</groupbox>
@ -56,21 +56,21 @@
<text class="label" value="&LinkURLEditField.label;"/>
<hbox autostretch="never" valign="middle">
<textbox id="hrefInput" flex="1" style="min-width: 18em" oninput="ChangeLocation()"/>
<button class="dialog" id="ChooseFile" flex="1"/>
<button class="dialog" id="ChooseFile"/>
</hbox>
<html class="wrap" flex="1" id="RemoveLinkMsg" style="margin-bottom: 7px">&RemoveLinkMsg.label;</html>
<hbox autostretch="never">
<button class="dialog" id="MoreFewerButton" align="left" oncommand="onMoreFewer()" persist="more"/>
<button class="dialog" id="MoreFewerButton" oncommand="onMoreFewer()" persist="more"/>
</hbox>
<spring class="spacer"/>
<vbox id="MoreSection">
<spring class="spacer"/>
<text class="label" align="left" value="&NamedAnchorMsg.label;"/>
<text class="label" value="&NamedAnchorMsg.label;"/>
<tree rows="4" class="list" id="NamedAnchorList" onselect="SelectNamedAnchor()">
<treecolgroup><treecol flex="1"/></treecolgroup>
</tree>
<spring class="spacer"/>
<text class="label" align="left" value="&HeadingMsg.label;"/>
<text class="label" value="&HeadingMsg.label;"/>
<tree rows="4" class="list" id="HeadingsList" onselect="SelectHeading()">
<treecolgroup><treecol flex="1"/></treecolgroup>
</tree>