Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: sque on September 04, 2006, 01:49:37 pm

Title: How to align dock panels?
Post by: sque on September 04, 2006, 01:49:37 pm
I am wondering how can I control the place of dock panels

e.g. I am puting at the bottom the messages panel but I dont want to take all place from left to right, I want the project tree (which is on the right to reach till the bottom).

This happens
Code
+--------------------------+PT---+
|Editor                    |     |
|                          |     |
|                          |     |
|                          |     |
+-Messages-----------------+-----+
|                                |
+--------------------------------+

This I want to to happen:p
Code
+--------------------------+PT---+
|Editor                    |     |
|                          |     |
|                          |     |
|                          |     |
+-Messages-----------------+     |
|                          |     |
+--------------------------+-----+

Can I control it?
Title: Re: How to align dock panels?
Post by: mandrav on September 04, 2006, 02:06:16 pm
Yes, just drag the project tree even closer to the edge of the window...
Title: Re: How to align dock panels?
Post by: sque on September 04, 2006, 03:21:34 pm
Ty :D