Bug 141678. Aligning the text on the colorpickers. Patch by Stephen Walker <walk84@yahoo.com> r=me, sr=hewitt

This commit is contained in:
stephend%netscape.com 2002-05-16 03:09:41 +00:00
Родитель b6994b2435
Коммит 6ed464ef40
2 изменённых файлов: 9 добавлений и 9 удалений

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

@ -65,7 +65,7 @@
<description>&displayText.label;</description>
<!-- label color: 1 (default red) -->
<hbox class="indent" autostretch="never">
<hbox class="indent" align="center">
<textbox
id="label1TextBox"
pref="true"
@ -88,7 +88,7 @@
</hbox>
<!-- label color: 2 (default orange) -->
<hbox class="indent" autostretch="never">
<hbox class="indent" align="center">
<textbox
id="label2TextBox"
pref="true"
@ -111,7 +111,7 @@
</hbox>
<!-- label color: 3 (default green) -->
<hbox class="indent" autostretch="never">
<hbox class="indent" align="center">
<textbox
id="label3TextBox"
pref="true"
@ -134,7 +134,7 @@
</hbox>
<!-- label color: 4 (default blue) -->
<hbox class="indent" autostretch="never">
<hbox class="indent" align="center">
<textbox
id="label4TextBox"
pref="true"
@ -157,7 +157,7 @@
</hbox>
<!-- label color: 5 (default purple) -->
<hbox class="indent" autostretch="never">
<hbox class="indent" align="center">
<textbox
id="label5TextBox"
pref="true"

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

@ -42,13 +42,13 @@
<hbox>
<groupbox flex="1" id="pageColours">
<caption label="&color;"/>
<hbox>
<hbox align="center">
<label value="&textColor.label;" accesskey="&textColor.accesskey;" control="foregroundtextmenu"/>
<spacer flex="1"/>
<colorpicker type="button" id="foregroundtextmenu" palettename="standard" onchange="setColorWell(this)"/>
<data id="foregroundText" preftype="color" prefstring="browser.display.foreground_color" prefattribute="value" wsm_attributes="value"/>
</hbox>
<hbox style="margin-top: 5px">
<hbox align="center" style="margin-top: 5px">
<label value="&backgroundColor.label;" accesskey="&backgroundColor.accesskey;" control="backgroundmenu"/>
<spacer flex="1"/>
<colorpicker type="button" id="backgroundmenu" palettename="standard" onchange="setColorWell(this)"/>
@ -63,13 +63,13 @@
<groupbox flex="1">
<caption label="&links;"/>
<hbox>
<hbox align="center">
<label value="&linkColor.label;" accesskey="&linkColor.accesskey;" control="unvisitedlinkmenu"/>
<spacer flex="1"/>
<colorpicker type="button" id="unvisitedlinkmenu" palettename="standard" onchange="setColorWell(this)"/>
<data id="unvisitedLinks" preftype="string" prefstring="browser.anchor_color" prefattribute="value" wsm_attributes="value"/>
</hbox>
<hbox style="margin-top: 5px">
<hbox align="center" style="margin-top: 5px">
<label value="&visitedLinkColor.label;" accesskey="&visitedLinkColor.accesskey;" control="visitedlinkmenu"/>
<spacer flex="1"/>
<colorpicker type="button" id="visitedlinkmenu" palettename="standard" onchange="setColorWell(this)"/>