KevinTsui1234 / tint2

Automatically exported from code.google.com/p/tint2
GNU General Public License v2.0
1 stars 0 forks source link

vertical orientation icon #384

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
panel_position = bottom right vertical
panel_size = 70% 80
task_icon = 1
task_text = 0
task_centered = 1
task_maximum_size = 0 0
task_padding = 0 0
"think that is enough"
result  icons very very small
2.
i noted with
task_padding = 0 14
get centered inverted icons 
higher number higher icon 
3.
with negative 
task_padding = 0 -14
get no inverted icons 
and both case the half of the task
the issue is with the negative symbol the
first parameter dont work 

What is the expected output? What do you see instead?
just icons centered for each task which has full vertical taskbar height 

What version of the product are you using? On what operating system?
0.11~svn639-2
OS Crunchbang Linux

Please provide any additional information below.
case 1, case 2 and case 3 in pictures 1,2 and 3

Original issue reported on code.google.com by alfb...@gmail.com on 3 Jan 2012 at 2:12

Attachments:

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by mrovi9...@gmail.com on 2 Feb 2015 at 12:27

GoogleCodeExporter commented 8 years ago

Original comment by mrovi9...@gmail.com on 5 Feb 2015 at 2:17