X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/445f0b64bdd34e39f0565ef870937ebd3d5dfa61..72e83bb42ab8bf9c54fbb866371aa0a6f26872f2:/src/viewpropsprogressinfo.cpp diff --git a/src/viewpropsprogressinfo.cpp b/src/viewpropsprogressinfo.cpp index 887dfa2c7..61f6423c4 100644 --- a/src/viewpropsprogressinfo.cpp +++ b/src/viewpropsprogressinfo.cpp @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * ***************************************************************************/ #include "viewpropsprogressinfo.h" @@ -44,7 +44,10 @@ ViewPropsProgressInfo::ViewPropsProgressInfo(QWidget* parent, m_applyViewPropsJob(0), m_timer(0) { - setCaption(i18n("Applying view properties")); + const QSize minSize = minimumSize(); + setMinimumSize(QSize(320, minSize.height())); + + setCaption(i18n("Applying View Properties")); setButtons(KDialog::Cancel); m_viewProps = new ViewProperties(dir);