diff --git a/src/plan.py b/src/plan.py index 25f2366758d598a1358255e151e8942bb327f454..ce7366767afd009f26c3589d76cdb177cf1c06d2 100644 --- a/src/plan.py +++ b/src/plan.py @@ -5,7 +5,6 @@ from PyQt6.QtCore import Qt from PyQt6.QtGui import QPixmap, QCursor, QFont from PyQt6.QtWidgets import QApplication, QWidget, QLabel, QHBoxLayout, QVBoxLayout, QPushButton, QScrollArea -# COLORS PALLETE BACKGROUNDCOLOR = '#5A8D6C' BUTTONCOLOR = '#174728' TEXTCOLOR = '#EEEEE2' @@ -325,8 +324,6 @@ class plan(QWidget): image.setFixedSize(160, 160) scrollLayout2.addWidget(exLabel) - - # set the widget of scroll2 to scrollWidget2 to update the view scroll2.setWidget(scrollWidget2) font = QFont()