Skip to content

Commit

Permalink
Align groupbox title with checkbox to the left
Browse files Browse the repository at this point in the history
  • Loading branch information
secondfry committed Dec 20, 2023
1 parent 96a4a0b commit adbd8ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions resources/ui/gui_main.ui
Original file line number Diff line number Diff line change
Expand Up @@ -453,9 +453,6 @@
<property name="flat">
<bool>true</bool>
</property>
<property name="alignment">
<set>Qt::AlignHCenter</set>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<property name="leftMargin">
<number>0</number>
Expand Down Expand Up @@ -630,9 +627,6 @@
<property name="flat">
<bool>true</bool>
</property>
<property name="alignment">
<set>Qt::AlignHCenter</set>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
<property name="leftMargin">
<number>0</number>
Expand Down
2 changes: 0 additions & 2 deletions src/shortcircuit/view/gui_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ def setupUi(self, MainWindow):
self.groupBox_security.setObjectName(u"groupBox_security")
self.groupBox_security.setCheckable(True)
self.groupBox_security.setFlat(True)
self.groupBox_security.setAlignment(Qt.AlignHCenter)
self.gridLayout_2 = QGridLayout(self.groupBox_security)
self.gridLayout_2.setObjectName(u"gridLayout_2")
self.gridLayout_2.setContentsMargins(0, 5, 0, 5)
Expand Down Expand Up @@ -364,7 +363,6 @@ def setupUi(self, MainWindow):
self.groupBox_avoidance.setObjectName(u"groupBox_avoidance")
self.groupBox_avoidance.setCheckable(True)
self.groupBox_avoidance.setFlat(True)
self.groupBox_avoidance.setAlignment(Qt.AlignHCenter)
self.verticalLayout_4 = QVBoxLayout(self.groupBox_avoidance)
self.verticalLayout_4.setObjectName(u"verticalLayout_4")
self.verticalLayout_4.setContentsMargins(0, 5, 0, 5)
Expand Down

0 comments on commit adbd8ed

Please sign in to comment.