Closed GoogleCodeExporter closed 8 years ago
Although I'm not sure I understand what you want to get, this line you give
looks suspicious:
task_maximum_size = 0 0
Use some positive size (at least for the height), and do not use negative
padding.
Original comment by mrovi%in...@gtempaccount.com
on 3 Jan 2012 at 10:48
[deleted comment]
[deleted comment]
task_maximum_size = 0 0
is the main line, because i want than each task extents to all the taskbar in
vertical panel, it should work as in horizontal panel with task_maximum_size =
0 0, and in order to see icons currently i am using task_maximum_size = 0 32,
because with any different to -0 second value- there are no problems
Original comment by alfb...@gmail.com
on 23 Apr 2012 at 5:06
I looked over the layout code and I can say for sure that the layout you
describe is not possible. First of all, a height of 0 is not accepted; but
anyways for the width a 0 is just replaced by the monitor width, so entering
large value for height would work the same. However, a big problem is that the
icon size is static (does not adapt to task resize events) and changing this is
complicated and could introduce other problems. So unfortunately I cannot help
with this.
Original comment by mrovi%in...@gtempaccount.com
on 29 Apr 2012 at 10:15
Original comment by mrovi9...@gmail.com
on 2 Feb 2015 at 12:27
Original comment by mrovi9...@gmail.com
on 5 Feb 2015 at 2:17
Original issue reported on code.google.com by
alfb...@gmail.com
on 3 Jan 2012 at 2:12Attachments: