Bug 98435 - need a resize widget
Summary: need a resize widget
Status: RESOLVED FIXED
Alias: None
Product: kontact
Classification: Applications
Component: general (show other bugs)
Version: 1.0.2
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-02 20:12 UTC by Gav Wood
Modified: 2005-02-20 17:31 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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();