mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 22:07:41 +00:00
Bug 225065 Create Profile Wizard window is too short.
patch by Stefan Borggraefe <borggraefe@despammed.com> (port of seamonkey bug 221697)
This commit is contained in:
parent
b3a463d79a
commit
6bd439e10d
@ -12,7 +12,7 @@
|
||||
</binding>
|
||||
|
||||
<binding id="wizard" extends="chrome://global/content/bindings/wizard.xml#wizard-base">
|
||||
<content width="500" height="380" persist="x y width height">
|
||||
<content>
|
||||
<xul:hbox class="wizard-header" anonid="Header"/>
|
||||
|
||||
<xul:deck class="wizard-page-box" flex="1" anonid="Deck">
|
||||
|
@ -887,6 +887,8 @@ page {
|
||||
wizard {
|
||||
-moz-binding: url("chrome://global/content/bindings/wizard.xml#wizard");
|
||||
-moz-box-orient: vertical;
|
||||
width: 40em;
|
||||
height: 30em;
|
||||
}
|
||||
|
||||
wizardpage {
|
||||
|
Loading…
x
Reference in New Issue
Block a user