Bug #115
Resizing client via subtlext add offsets
Start date:
08/05/2009
Due date:
% Done:
0%
Estimated time:
1.00 h
Description
irb(main):003:0> c = S.clients[3] => #<Subtlext::Client:0x836a24c @id=3, @win=14680070, @name='dev-term',@klass='URxvt', @x=512, @y=12, @width=508, @height=752, @gravity=6, @screen=1, @flags=0> irb(main):004:0> c.size => [512, 12, 508, 752] #=> See attached good.jpg irb(main):005:0> c.size = [512, 12, 508, 752] => [512, 12, 508, 752] #=> See attached bad.jpg
History
#1 Updated by Christoph Kappel over 15 years ago
- Priority changed from High to Urgent
- Assignee set to Non member users
#2 Updated by Christoph Kappel over 15 years ago
- Status changed from Unconfirmed to Rejected
Actually not a bug, but a design limitation.