labels and dpi

2006-01-10 Thread Fernando Apesteguía
-2006 4:39 Subject: Re: labels and dpi To: gtk-app-devel-list@gnome.org 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

Re: labels and dpi

2006-01-10 Thread Liam R E Quin
On Tue, 2006-01-10 at 13:53 +0100, Fernando Apesteguía wrote: Yes but... in fact if I make a bigger label and the user changes dpi again, I run into the same problem. My question is if this is fixable? Or can I only make bigger the label? It sounds like you are using a fixed x/y layout instead

labels and dpi

2006-01-10 Thread Fernando Apesteguía
2006/1/10, Ronald Vincent Tarrant [EMAIL PROTECTED]: Fernando Apesteguía wrote: Yes but... in fact if I make a bigger label and the user changes dpi again, I run into the same problem. My question is if this is fixable? Or can I only make bigger the label? If you're talking about the

Re: labels and dpi

2006-01-10 Thread Ronald Vincent Tarrant
Fernando Apesteguía wrote: Actually, I want my app behaves for example like the gnome font dialog. When I change dpi configuration, dialog, gnome panel and others, they expand their widths and heights to fit the text. Did you try it?. Maybe I'm missing some widget property to do this

labels and dpi

2006-01-09 Thread Fernando Apesteguía
Hi, 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? Thanks in advance!!

Re: labels and dpi

2006-01-09 Thread Ronald Vincent Tarrant
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_*