Re: labels and dpi



Fernando Apesteguía wrote:

I have a problem about displaying text on labels. When I change the dpi font
configuration, the text doesn't fit the label, so the message appear to be
cutted.

I would like to know if there is any way to handle this. May be I'm
forgetting some gtk_label_set_* function?
Have you tried changing the height/width of the label?

label.set_size_request(width, height)

Or perhaps this is too obvious and I'm going to get flamed for mentioning it. :-)

-Ron T.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]