diff options
| author | 2010-10-02 21:14:17 +0000 | |
|---|---|---|
| committer | 2010-10-02 21:14:17 +0000 | |
| commit | 21ee3cec65a9e291d4eb022845d024254a193b32 (patch) | |
| tree | ad08aba310d31a2538e806a3965bef7f7d4fa265 /src/modules/options/optw_windowlist.cpp | |
| parent | enabled compositing on all platforms supported by qt (tested on macosx) (diff) | |
| download | KVIrc-21ee3cec65a9e291d4eb022845d024254a193b32.tar.gz KVIrc-21ee3cec65a9e291d4eb022845d024254a193b32.tar.bz2 KVIrc-21ee3cec65a9e291d4eb022845d024254a193b32.zip | |
removed tree_windowlist max width option
added global window opacity option, thanks armoured
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5037 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/options/optw_windowlist.cpp')
| -rw-r--r-- | src/modules/options/optw_windowlist.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/options/optw_windowlist.cpp b/src/modules/options/optw_windowlist.cpp index 7ae03205b..d976db6e1 100644 --- a/src/modules/options/optw_windowlist.cpp +++ b/src/modules/options/optw_windowlist.cpp @@ -221,7 +221,6 @@ KviTreeWindowListFeaturesOptionsWidget::KviTreeWindowListFeaturesOptionsWidget(Q createLayout(); addUIntSelector(0,1,0,1,__tr2qs_ctx("Minimum width:","options"),KviOption_uintTreeWindowListMinimumWidth,24,1024,125); - addUIntSelector(0,2,0,2,__tr2qs_ctx("Maximum width:","options"),KviOption_uintTreeWindowListMaximumWidth,24,9999,125); addBoolSelector(0,3,0,3,__tr2qs_ctx("Mouse wheel changes the active window instead of scrolling the scrollbar","options"),KviOption_boolWheelScrollsWindowsList); addRowSpacer(0,4,0,4); |
