diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/gui_combobox.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui_combobox.pas b/src/gui/gui_combobox.pas index 9ca2c7ef..9bbed12d 100644 --- a/src/gui/gui_combobox.pas +++ b/src/gui/gui_combobox.pas @@ -338,7 +338,7 @@ begin if not Assigned(FInternalBtn) then begin - FInternalBtn := CreateButton(self, (Width-19), 2, 18, '', @InternalBtnClick); + FInternalBtn := CreateButton(self, (Width-20), 2, 18, '', @InternalBtnClick); FInternalBtn.Height := 19; FInternalBtn.Embedded := True; FInternalBtn.Parent := self; |