qv4l2: drop setSizeAdjustPolicy(QComboBox::AdjustToContents)
authorHans Verkuil <hans.verkuil@cisco.com>
Fri, 11 Jul 2014 13:41:36 +0000 (15:41 +0200)
committerHans Verkuil <hans.verkuil@cisco.com>
Fri, 11 Jul 2014 13:41:36 +0000 (15:41 +0200)
commit967001ecb9564e8e1997ecc51c20bf320ba9e194
treee1064f1e857d17bc01cc828fd7ebc15660ea4c37
parent7b7fc920488991bd5776b351a2ac6ee2f58b3342
qv4l2: drop setSizeAdjustPolicy(QComboBox::AdjustToContents)

This made the combobox width just look weird. Only a few comboboxes had this
policy, all others used the default, so use that for all of them.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
utils/qv4l2/general-tab.cpp