On Sun, 2 Oct 2011, Sven Schreiber wrote:
on Ubuntu, you need to make the session icon view window
ridiculously
wide before the horiz. scroll bar goes away (spanning two screens here
for example, but that point of width is even before everything fits on a
single row, so I fail to see the logic there).
Which Ubuntu? This sounds like flakiness in bleeding edge GTK and/or
experimental Ubuntu GUI. On Ubuntu 10.04 (gtk 2.20.1) I tried
running this script:
<hansl>
open data4-10.gdt
biglongmodel1 <- ols 1 0 2
biglongmodel2 <- ols 1 0 3
biglongmodel3 <- ols 1 0 4
biglongmodel4 <- ols 1 0 5
biglongmodel5 <- ols 1 0 5
biglongmodel6 <- ols 1 0 2 3
biglongmodel7 <- ols 1 0 2 3 4
biglongmodel8 <- ols 1 0 3 4 5
matrix biglongmatfoo = I(5)
matrix biglongmatbar = ones(3,3)
matrix biglongmatbaz = zeros(5,1)
</hansl>
then opening at the icon view window: four rows of icons were shown,
and the horizontal scroll-bar disappeared when I widened the window
to 537 pixels.
I also tried on Ubuntu 10.10 (gtk 2.22.0) on a Macbook Air. In this
case I got four rows and no horizontal scrollbar at an icon-view
window width of 558 pixels.
Allin