GNOME Bugzilla – Bug 678793
overwritten dialog labels
Last modified: 2012-06-25 19:24:43 UTC
Created attachment 217206 [details] screenshot When creating an XY plot with attached polynomial regression curve, I see the dialog issue marked in the attached screen shot.
I can't reproduce. Which gtk+ version are you using?
I am using gtk 3.2: ii libgtk-3-0 3.2.0-0ubuntu6 GTK+ graphical user interface library I observe the problem for PolynomialRegression lines attached to an xy plot.
It does not seem to be Polynomial Regression specific. In Linear Regression the "Used Data"-label and "Affine"-checkbox are in the same location.
The test in gog-lin-reg.c line 159, might be wrong, please test with 3,4,0 instead of 3,2,0
Changing line #159 in gog-lin-reg.c has no obvious effect. We also need to insert rows to shift the existing items down. (Is this done by attach_next_to in 3.4 ?) This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
No, you don't need to insert new lines, the new items must go to the bottom.
If we put them to the bottom then the "Affine" and "Order" items would be below "Used data" and "Drawing Limits". Is that really intended?
Created attachment 217233 [details] screenshot after patch When I insert rows the dialgo looks like in this screenshot. How does your dialog look in the 3.4 version?
Answering #7, yes this is the intention: the custom widgets below the common ones.
Created attachment 217236 [details] [review] patch to place Affine and Order at the bottom This patch would place Affine and Order at the bottom. Note that this looks strange since some of the labels are bold and so Affine and order now looks like a sub item of "Drawing Limits"