GNOME Bugzilla – Bug 307697
hide empty progress label
Last modified: 2005-06-15 16:20:08 UTC
When the progress label in the fonts properties tab is empty, the empty space under the treeview looks bad. The label should be hidden when not needed. Patch follows.
Created attachment 47776 [details] [review] fix
Not sure, doesnt this make the treeview size "jump"?
When the scanning of fonts is complete, the label is hidden and the treeview expands. I wouldn't say that's undesirable. Also, on a short document, I switched to the fonts tab and the label was empty from the beginning, making me wonder why that space was wasted.
I have no opinion on this, defering to marco
Well let's give this a try... Do you still need gtk_label_set_text (GTK_LABEL (label), "");? Please commit, thanks
Don't need to set the label empty, no. Committed with that bit removed.