maximize ui useage projects/konsole

Bernd Buschinski b.buschinski at web.de
Tue Nov 18 20:52:30 UTC 2008


wasting space in the ui is bad :)

for the projectsview is was pretty easy by setting margin to 0
(space can keep -1 as it looks nicer)

The problem starts with the konsole part, it has
    d->m_vbox->setMargin( 0 );
    d->m_vbox->setSpacing( 0 );
in code so the layout should be maximized, it looks like the returned 
frame(which we set to sunken|panel) from the konsolepart already has a layout 
and I did not managed modifiy it. I tried giving the konsole widget a new 
margin 1 layout but it did not change anything.
Can someone please change it or tell me how?

As for the patch please commit it if you are fine with it, the pics shows the 
it before and after ui change

-------------- next part --------------
A non-text attachment was scrubbed...
Name: after-project1.png
Type: image/png
Size: 24185 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20081118/2126dc5a/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ?
Type: image/png
Size: 23701 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20081118/2126dc5a/attachment-0001.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kdevplatform-projectsui-001.diff
Type: text/x-patch
Size: 544 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20081118/2126dc5a/attachment.diff>


More information about the KDevelop-devel mailing list