]> Pileus Git - ~andy/gtk/commit
combobox: always trim the allocated area by padding and border for child
authorCosimo Cecchi <cosimoc@gnome.org>
Tue, 31 Jan 2012 23:54:40 +0000 (18:54 -0500)
committerCosimo Cecchi <cosimoc@gnome.org>
Wed, 1 Feb 2012 01:30:42 +0000 (20:30 -0500)
commitcf7f0cb27ac4ea141d6f0770fc23a9c7cb50acf4
tree8eb36fdbad0492976090015ac3e27c8d13b57a4f
parentec6b36add5798234e360ecd4d0bc6b2bf38f38d7
combobox: always trim the allocated area by padding and border for child

When we're size allocating the children widgets, always trim the
allocation for padding and border of GtkComboBox, as that's all the area
they have available.
gtk/gtkcombobox.c