|
From: Jeff H. <je...@Ac...> - 2005-02-22 20:13:19
|
> 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. Jeff |