...And remove an unnecessary vbox while I'm here.

This commit is contained in:
blakeross%telocity.com 2002-09-19 19:16:23 +00:00
Родитель 3c97b2273b
Коммит 1e1bc7869c
1 изменённых файлов: 17 добавлений и 19 удалений

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

@ -43,8 +43,7 @@
<!-- homepage specification --> <!-- homepage specification -->
<groupbox> <groupbox>
<caption label="&header2.label;"/> <caption label="&header2.label;"/>
<vbox flex="1"> <hbox align="center" flex="1">
<hbox align="center">
<label value="&location.label;" accesskey="&location.accesskey;" control="browserStartupHomepage"/> <label value="&location.label;" accesskey="&location.accesskey;" control="browserStartupHomepage"/>
<textbox id="browserStartupHomepage" type="autocomplete" flex="1" <textbox id="browserStartupHomepage" type="autocomplete" flex="1"
searchSessions="history" timeout="50" maxrows="6" preftype="localizedstring" searchSessions="history" timeout="50" maxrows="6" preftype="localizedstring"
@ -61,7 +60,6 @@
id="browserUseBlank" id="browserUseBlank"
prefstring="pref.browser.homepage.disable_button.blank_page"/> prefstring="pref.browser.homepage.disable_button.blank_page"/>
</hbox> </hbox>
</vbox>
</groupbox> </groupbox>
<groupbox id="pref-nav-platform-extensions"/> <groupbox id="pref-nav-platform-extensions"/>
</page> </page>