diff --git a/app/Ui/chat/chatUi.py b/app/Ui/chat/chatUi.py index dc01f31..6574874 100644 --- a/app/Ui/chat/chatUi.py +++ b/app/Ui/chat/chatUi.py @@ -16,6 +16,8 @@ class Ui_Form(object): Form.setObjectName("Form") Form.resize(878, 720) self.horizontalLayout = QtWidgets.QHBoxLayout(Form) + self.horizontalLayout.setContentsMargins(0, 0, 0, 0) + self.horizontalLayout.setSpacing(0) self.horizontalLayout.setObjectName("horizontalLayout") self.scrollArea_2 = QtWidgets.QScrollArea(Form) self.scrollArea_2.setEnabled(True) @@ -51,7 +53,8 @@ class Ui_Form(object): self.frame_2.setFrameShadow(QtWidgets.QFrame.Raised) self.frame_2.setObjectName("frame_2") self.verticalLayout = QtWidgets.QVBoxLayout(self.frame_2) - self.verticalLayout.setContentsMargins(0, 5, 0, 0) + self.verticalLayout.setContentsMargins(0, 0, 0, 0) + self.verticalLayout.setSpacing(0) self.verticalLayout.setObjectName("verticalLayout") self.horizontalLayout_3 = QtWidgets.QHBoxLayout() self.horizontalLayout_3.setObjectName("horizontalLayout_3") @@ -112,11 +115,12 @@ class Ui_Form(object): self.btn_sendMsg_2.setMouseTracking(False) self.btn_sendMsg_2.setAutoFillBackground(False) self.btn_sendMsg_2.setStyleSheet("QPushButton {\n" - "background-color:rgb(233,233,233);\n" - "padding: 10px;\n" - "color:rgb(5,180,104);}\n" - "QPushButton:hover{\n" - "background-color:rgb(198,198,198)}") + " background-color:rgb(233,233,233);\n" + " padding: 10px;\n" + " color:rgb(5,180,104);}\n" + " QPushButton:hover{\n" + " background-color:rgb(198,198,198)}\n" + " ") self.btn_sendMsg_2.setIconSize(QtCore.QSize(40, 40)) self.btn_sendMsg_2.setCheckable(False) self.btn_sendMsg_2.setAutoDefault(True) @@ -146,5 +150,6 @@ class Ui_Form(object): "
\n" - "\n" + "