|
From: Eric B. <eri...@fr...> - 2005-02-22 20:32:54
|
Jeff Hobbs wrote: >>I just begin to use tile for a new application under Windows >>2000. I notice that ttk::entry and ttk::combobox are not the >>same height: the combobox is taller, which don't give a nice >>visual effect when both are mixed. I did not notice that on >>other win32 application. This might be due to the selection rectangle. >> >>Is there a way to make them the same height ? > > > It may be that the combobox is sizing to the dropdown button > next to it. If you have them in the same grid row, then you > just need to set the resize parameters appropriately to get > the effect you want. Hi Jeff, No, they are stacked vertically. I can use -uniform on each row, but I really find combobox too tall. The cool thing is that I just tried under XP, and they have the same height. -- -eric |