Fix focus on input field when main window activates
Created by: VolkMilit
raise() will set focus on it own on the first element, so focus on any widget before raise() will not work. This PR swap ui->sourceEdit->setFocus() and raise() to fix this.
EDIT: At least this is what happens to me on XFCE, various DEs can behave differently.