GNOME Bugzilla – Bug 761142
Window height grows when resaving
Last modified: 2016-01-28 09:39:00 UTC
Loading and resaving produces a change in window height: $ gunzip < Book1.gnumeric | grep -i geom <gnm:Geometry Width="1440" Height="602"/> $ gunzip < Book2.gnumeric | grep -i geom <gnm:Geometry Width="1440" Height="638"/> So we grew 36 pixels here. See bug 701826 for an opposite experience.
12 pixels per visible toolbar above the sheets.
This css in gnumeric.css is what triggers the issue. I have no idea why, but it smells like a gtk+ bug. GtkBox.toolbarzone GtkToolbar { padding: 0; }
I'm unable to reproduce. Gtk+ is 3.18.6.
With 3.12.3 (latest I can easily compile) I see an increase of 4 pixels per toolbar. Jean: That might be too little to see. Can you please verify that you are not affected by looking at the xml? This should do: gunzip < Book2.gnumeric | grep Geo
I just pushed a workaround. Andreas: please verify that this works for you.
Morten, I checked the xml, no change in the Geometry field.