summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2017-01-02 12:36:01 +0100
committerAndré Nusser <andre.nusser@googlemail.com>2017-01-02 12:40:47 +0100
commit7baaa737216080d7ddbeb7d92e53f6078dfd4d3a (patch)
treeab6949bf3e2e387c3af9eea17d283d68bd6cfc62
parentfdca21dc5797745249fd6d827fe1695d07dffac4 (diff)
Place "Path:" label in file browser with border.
-rw-r--r--plugingui/filebrowser.cc2
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;