Skip to content

Commit ed4d967

Browse files
committed
인포테이블 비율 수정
1 parent 0f784b7 commit ed4d967

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

gui.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,13 +167,12 @@ def init_content(self):
167167
info_table = InfoTable()
168168
self.info_table = info_table
169169
self.info_table.set_info_text("아래 불러오기 버튼으로\n파일을 불러오세요!")
170-
info_layout.addWidget(info_table, stretch=2000)
170+
info_layout.addWidget(info_table, stretch=1)
171171

172172
# 4. 맵인포 테이블
173173
mapinfo_table = MapInfoTable()
174-
mapinfo_table.setFixedHeight(155)
175174
self.mapinfo_table = mapinfo_table
176-
info_layout.addWidget(mapinfo_table, stretch=1)
175+
info_layout.addWidget(mapinfo_table)
177176

178177
# 5. buttons_layout
179178
buttons_layout = QVBoxLayout()

0 commit comments

Comments
 (0)