From a0ca11e7bb835693391ce8f4b79caf5d01aef61f Mon Sep 17 00:00:00 2001 From: archmans <13521010@std.stei.itb.ac.id> Date: Mon, 17 Apr 2023 11:38:54 +0700 Subject: [PATCH] feat : clean code plan --- src/plan.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/plan.py b/src/plan.py index 25f2366..ce73667 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() -- GitLab