Bug 625814 - commonDialog icon and text are now differently misaligned. ui-r=faaborg, r=dolske, a=dolske

This commit is contained in:
Neil Rashbrook 2011-02-11 20:24:08 -08:00
Родитель 1a3b0cf3c2
Коммит b95151bca0
1 изменённых файлов: 5 добавлений и 1 удалений

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

@ -55,7 +55,11 @@
<hbox id="iconContainer" align="start">
<image id="info.icon" class="spaced"/>
</hbox>
<vbox id="infoContainer">
<vbox id="infoContainer"
#ifndef XP_MACOSX
pack="center"
#endif
>
<!-- Only shown on OS X, since it has no dialog title -->
<description id="info.title"
#ifndef XP_MACOSX