Fixed visualization of KControl->Peripherals->Storage Media->Advanced page

when the window is resized. This resolves bug 1698.
pull/2/head
Michele Calgaro 10 years ago
parent 975f19a704
commit 1312d2b18e

@ -1,5 +1,5 @@
/* This file is part of the KDE Project
Copyright (c) 2005 Kévin Ottens <ervin ipsquad net>
Copyright (c) 2005 Kévin Ottens <ervin ipsquad net>
Copyright (c) 2006 Valentine Sinitsyn <e_val@inbox.ru>
This library is free software; you can redistribute it and/or
@ -26,7 +26,8 @@
#include <dcopref.h>
#include <tqbutton.h>
#include <tqcheckbox.h>
#include <tqcombobox.h>
#include <kcombobox.h>
#include <tqlayout.h>
#include <tqobjectlist.h>
#include <kdirnotify_stub.h>
@ -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 );

@ -67,6 +67,14 @@
<property name="name">
<cstring>textLabel3</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>3</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>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.&lt;br&gt;
Some of the options are tristate. Leave them "undefined" to let TDE choose the best value depending on your media.</string>

Loading…
Cancel
Save