From f9b0874511f9fca0b7378c01449cc0c88c9d796e Mon Sep 17 00:00:00 2001 From: Jeix Date: Fri, 19 Nov 2010 17:08:25 +0100 Subject: gui: add links to existing packages --- module/gui/LinkDock.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'module/gui/LinkDock.py') diff --git a/module/gui/LinkDock.py b/module/gui/LinkDock.py index 99429d04b..ac2d4aae5 100644 --- a/module/gui/LinkDock.py +++ b/module/gui/LinkDock.py @@ -42,11 +42,13 @@ class NewLinkWindow(QWidget): self.setLayout(QVBoxLayout()) layout = self.layout() + explanationLabel = QLabel("Select a package and then click Add button.") boxLabel = QLabel("Paste URLs here:") self.box = QTextEdit() save = QPushButton("Add") + layout.addWidget(explanationLabel) layout.addWidget(boxLabel) layout.addWidget(self.box) layout.addWidget(save) -- cgit v1.2.3