We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f784b7 commit ed4d967Copy full SHA for ed4d967
1 file changed
gui.py
@@ -167,13 +167,12 @@ def init_content(self):
167
info_table = InfoTable()
168
self.info_table = info_table
169
self.info_table.set_info_text("아래 불러오기 버튼으로\n파일을 불러오세요!")
170
- info_layout.addWidget(info_table, stretch=2000)
+ info_layout.addWidget(info_table, stretch=1)
171
172
# 4. 맵인포 테이블
173
mapinfo_table = MapInfoTable()
174
- mapinfo_table.setFixedHeight(155)
175
self.mapinfo_table = mapinfo_table
176
- info_layout.addWidget(mapinfo_table, stretch=1)
+ info_layout.addWidget(mapinfo_table)
177
178
# 5. buttons_layout
179
buttons_layout = QVBoxLayout()
0 commit comments