Changes between Initial Version and Version 1 of Ticket #40, comment 20
- Timestamp:
- 03/01/12 17:22:45 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40, comment 20
initial v1 1 Can reproduce dwith {{{0.9.6}}}:1 Can reproduce it with {{{0.9.6}}}: 2 2 {{{ 3 4 3 clearing invalid size hint value for base_size: (4294967295, 4294967295) 5 4 Uh-oh, our size doesn't fit window sizing constraints: 1034x768 vs 1024x768 … … 12 11 Uh-oh, our size doesn't fit window sizing constraints: 1034x768 vs 1024x768 13 12 }}} 13 {{{ 14 Uh-oh, our size doesn't fit window sizing constraints: 1088x803 vs 1024x768 15 Uh-oh, our size doesn't fit window sizing constraints: 1099x803 vs 1024x768 16 Uh-oh, our size doesn't fit window sizing constraints: 1100x804 vs 1024x768 17 Uh-oh, our size doesn't fit window sizing constraints: 1100x804 vs 1024x768 18 Uh-oh, our size doesn't fit window sizing constraints: 2560x1551 vs 1024x768 19 }}} 14 20 Looks like we need to try harder to match the right size - this is going to be tricky: the client and server have different constraints..