Thanks for the responses. For those I did not set the sizes. The layout was
done like this:

iup.vbox{
iup.hbox{
iup.label{title="Run Directory Name: ",EXPAND = "NO"},
iup.text{EXPAND = "HORIZONTAL"}
},
iup.hbox{
iup.label{title="ADE Script: ",EXPAND = "NO"},
iup.text{EXPAND = "HORIZONTAL",READONLY = "YES"},
iup.button{title = "Browse"}
},
iup.hbox{
iup.label{title="Corner Definition File: ",EXPAND = "NO"},
iup.text{EXPAND = "HORIZONTAL",READONLY = "YES"},
iup.button{title = "Browse"}
},
iup.hbox{
iup.label{title="Result Directory: ",EXPAND = "NO"},
iup.text{EXPAND = "HORIZONTAL"}
},
}

So the text boxes either go out of the hboxes or the hboxes inside the
vboxes are overlapping.

Milind

On Thu, Jul 29, 2021 at 6:47 AM Antonio Scuri <antonio.sc...@gmail.com>
wrote:

>   Thanks Alex. Could be that depending on CentOS version.
>
>   Also Milind, I would check for sizes and positions set in pixels
> (RASTERSIZE). GTK has a wider default configuration for texto box sizes.
>
> Best,
> Scuri
>
>
> Em qui., 29 de jul. de 2021 10:43, Alex Metelka <a.me...@seznam.cz>
> escreveu:
>
>> Hi Milind,
>>
>> in my experience, IUP is not doing well on Wayland (or, better say, GTK
>> and Wayland seems to be rather bad combination). Current CentOS is using
>> Wayland as its default Xserver.
>>
>> I had most of problems resolved simply by switching back to xorg.
>>
>> Cheers,
>>
>> Alex
>>
>>
>>
>> On 28/07/2021 21:03, Milind Gupta wrote:
>>
>> Hi Antonio,
>>              I have a GUI that I run it on windows as well as on CentOS.
>> Below are the visuals comparison:
>>
>> The text boxes in linux seem to be oversized and overlapping. Is there a
>> way I can make them better?
>>
>> Thanks,
>> Milind
>>
>>
>> _______________________________________________
>> Iup-users mailing 
>> listIup-users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/iup-users
>>
>> _______________________________________________
>> Iup-users mailing list
>> Iup-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/iup-users
>>
> _______________________________________________
> Iup-users mailing list
> Iup-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/iup-users
>
_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to