diff options
| -rw-r--r-- | plugingui/filebrowser.cc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/plugingui/filebrowser.cc b/plugingui/filebrowser.cc index f4560f6..4470d00 100644 --- a/plugingui/filebrowser.cc +++ b/plugingui/filebrowser.cc @@ -109,7 +109,7 @@ void FileBrowser::resize(int w, int h)  	offset += brd; -	lbl_path.move(0, offset); +	lbl_path.move(brd, offset);  	lineedit.move(60, offset);  	offset += btn_h; | 
