Bug 98435

Summary: need a resize widget
Product: [Applications] kontact Reporter: Gav Wood <gav>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.0.2   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Gav Wood 2005-02-02 20:12:20 UTC
Version:           1.0-beta8 (using KDE 3.3.91 (beta1), Gentoo)
Compiler:          gcc version 3.4.3 (Gentoo Linux 3.4.3, ssp-3.4.3-0, pie-8.7.6.6)
OS:                Linux (i686) release 2.6.11-rc2

a user interface bug, really.

i'm not sure why there has been a trend with recent kde apps to ignore the need for a window resize widget, but in any case kontact needs one.

see bug #97438 for more info on the rationale.

as it is, i want to resize kontact without having to reach for the keyboard.
Comment 1 Daniel Molkentin 2005-02-20 16:58:54 UTC
CVS commit by danimo: 

Show sizeGrip Widget. Can we please add this to kmainwindow to have it consistant? it doesn't cost a lot screen estate and eases resizing.

See also

BUG:98435
CCMAIL:kde-core-devel@kde.org


  M +1 -0      mainwindow.cpp   1.165


--- kdepim/kontact/src/mainwindow.cpp  #1.164:1.165
@@ -171,4 +171,5 @@ void MainWindow::initObject()
   loadSettings();
 
+  statusBar()->setSizeGripEnabled(true);
   statusBar()->show();
 


Comment 2 Daniel Molkentin 2005-02-20 17:31:28 UTC
CVS commit by danimo: 

ok, keeping sizeGrip for now. We'll fix it globally. Don't reopen this one however, I won't fix it on application level.

CCBUG:98435


  M +0 -1      mainwindow.cpp   1.166


--- kdepim/kontact/src/mainwindow.cpp  #1.165:1.166
@@ -171,5 +171,4 @@ void MainWindow::initObject()
   loadSettings();
 
-  statusBar()->setSizeGripEnabled(true);
   statusBar()->show();