Bug 1357976 - Give the Import dialog a height, so the buttons on bottom don't move out of dialog. r=jorgk
--- a/mailnews/import/content/importDialog.xul
+++ b/mailnews/import/content/importDialog.xul
@@ -30,17 +30,17 @@
<script type="application/javascript" src="chrome://messenger-newsblog/content/feed-subscriptions.js"/>
<keyset id="dialogKeys"/>
<hbox class="box-header" id="header"
title="&importTitle.label;"
description="&importShortDesc.label;"/>
- <deck id="stateDeck" selectedIndex="0">
+ <deck id="stateDeck" selectedIndex="0" style="min-height: 30em">
<vbox class="wizard-box">
<description>&importDescription1.label;</description>
<description>&importDescription2.label;</description>
<separator/>
<radiogroup id="importFields">
<radio id="allRadio"
value="all"
label="&importAll.label;"