diff options
author | André Nusser <andre.nusser@googlemail.com> | 2017-01-02 12:36:01 +0100 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2017-01-02 12:40:47 +0100 |
commit | 7baaa737216080d7ddbeb7d92e53f6078dfd4d3a (patch) | |
tree | ab6949bf3e2e387c3af9eea17d283d68bd6cfc62 /plugingui/filebrowser.cc | |
parent | fdca21dc5797745249fd6d827fe1695d07dffac4 (diff) |
Place "Path:" label in file browser with border.
Diffstat (limited to 'plugingui/filebrowser.cc')
-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; |