From 1312d2b18e2bdf7a8759e0c43edf90a584ac622a Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 19 May 2014 00:35:26 +0900 Subject: Fixed visualization of KControl->Peripherals->Storage Media->Advanced page when the window is resized. This resolves bug 1698. --- tdeioslave/media/tdecmodule/managermodule.cpp | 8 ++++++-- tdeioslave/media/tdecmodule/managermoduleview.ui | 8 ++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) (limited to 'tdeioslave/media/tdecmodule') diff --git a/tdeioslave/media/tdecmodule/managermodule.cpp b/tdeioslave/media/tdecmodule/managermodule.cpp index 39ea8fe00..6478ee2a8 100644 --- a/tdeioslave/media/tdecmodule/managermodule.cpp +++ b/tdeioslave/media/tdecmodule/managermodule.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE Project - Copyright (c) 2005 Kévin Ottens + Copyright (c) 2005 Kévin Ottens Copyright (c) 2006 Valentine Sinitsyn This library is free software; you can redistribute it and/or @@ -26,7 +26,8 @@ #include #include #include -#include +#include +#include #include #include @@ -36,7 +37,10 @@ ManagerModule::ManagerModule( TQWidget* parent, const char* name ) : TDECModule( parent, name ) { + TQBoxLayout *layout = new TQVBoxLayout( this, 0, KDialog::spacingHint() ); + view = new ManagerModuleView( this ); + layout->addWidget( view ); addConfig( MediaManagerSettings::self(), view ); diff --git a/tdeioslave/media/tdecmodule/managermoduleview.ui b/tdeioslave/media/tdecmodule/managermoduleview.ui index e4a98d6ed..982da7d80 100644 --- a/tdeioslave/media/tdecmodule/managermoduleview.ui +++ b/tdeioslave/media/tdecmodule/managermoduleview.ui @@ -67,6 +67,14 @@ textLabel3 + + + 5 + 3 + 0 + 0 + + Here you can specify default mount options for your storage media. Please note that some options are not supported for certain filesystems and/or medium. You will be able to redefine all these options on per-volume basis later, using Properties dialog of the corresponding volume.<br> Some of the options are tristate. Leave them "undefined" to let TDE choose the best value depending on your media. -- cgit v1.2.1