Commit fec0a23b authored by hwaara%chello.se's avatar hwaara%chello.se
Browse files

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

parent 99fc474d
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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>