diff options
author | Michele Calgaro <[email protected]> | 2014-05-19 00:35:26 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2014-05-19 00:35:26 +0900 |
commit | 1312d2b18e2bdf7a8759e0c43edf90a584ac622a (patch) | |
tree | be2077668456540963a78097d72b7d5002a96ff0 /tdeioslave/media/tdecmodule/managermoduleview.ui | |
parent | 975f19a704fe395947c209c0fc4c164f3a1de5b6 (diff) | |
download | tdebase-1312d2b18e2bdf7a8759e0c43edf90a584ac622a.tar.gz tdebase-1312d2b18e2bdf7a8759e0c43edf90a584ac622a.zip |
Fixed visualization of KControl->Peripherals->Storage Media->Advanced page
when the window is resized. This resolves bug 1698.
Diffstat (limited to 'tdeioslave/media/tdecmodule/managermoduleview.ui')
-rw-r--r-- | tdeioslave/media/tdecmodule/managermoduleview.ui | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ <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.<br> Some of the options are tristate. Leave them "undefined" to let TDE choose the best value depending on your media.</string> |