From 7baaa737216080d7ddbeb7d92e53f6078dfd4d3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Mon, 2 Jan 2017 12:36:01 +0100 Subject: Place "Path:" label in file browser with border. --- plugingui/filebrowser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3