summaryrefslogtreecommitdiff
path: root/lspaneeditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lspaneeditor.cpp')
-rw-r--r--lspaneeditor.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/lspaneeditor.cpp b/lspaneeditor.cpp
index e63cb4f..5548b75 100644
--- a/lspaneeditor.cpp
+++ b/lspaneeditor.cpp
@@ -25,7 +25,6 @@ LSPaneEditor::LSPaneEditor(QWidget *parent) :
m_removeButton->setText("Remove This Pane");
m_tabs = new QTabWidget(this);
- m_tabs->setVisible(false);
QGridLayout *layout = new QGridLayout(this);
@@ -176,9 +175,6 @@ void LSPaneEditor::setPane(LYTPane *pane) {
m_currentlyLoadingPane = true;
m_pane = pane;
- m_tabs->setVisible(true);
-
-
m_nameEntry->setText(pane->name);
m_userDataEntry->setText(pane->userdata);