Mac: Fix small glitch in editable combo boxes

Change-Id: I4b064116183834226372b14c3c442dcaa518c3b4
Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
bb10
Gabriel de Dietrich 2012-09-27 18:24:11 +02:00 committed by The Qt Project
parent 67391eedfe
commit b0a7974c6a
1 changed files with 1 additions and 1 deletions

View File

@ -1436,7 +1436,7 @@ QRect QMacStylePrivate::comboboxEditBounds(const QRect &outerBounds, const HIThe
QRect ret = outerBounds;
switch (bdi.kind){
case kThemeComboBox:
ret.adjust(5, 8, -21, -4);
ret.adjust(5, 8, -23, -4);
break;
case kThemeComboBoxSmall:
ret.adjust(4, 5, -18, 0);