mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 22:51:39 +00:00
xibless-ified PE\s details panel.
--HG-- branch : xibless rename : cocoa/pe/DetailsPanel.h => cocoa/pe/DetailsPanelPE.h rename : cocoa/pe/DetailsPanel.m => cocoa/pe/DetailsPanelPE.m
This commit is contained in:
@@ -27,8 +27,8 @@ col.autoResizable = True
|
||||
col = table.addColumn('2', "Reference", 172)
|
||||
col.autoResizable = True
|
||||
|
||||
table.x = 0
|
||||
table.y = 0
|
||||
table.width = result.width
|
||||
table.height = result.height
|
||||
result.ignoreMargin = True
|
||||
table.packToCorner(Pack.UpperLeft)
|
||||
table.fill(Pack.Right)
|
||||
table.fill(Pack.Below)
|
||||
table.setAnchor(Pack.UpperLeft, growX=True, growY=True)
|
||||
|
||||
Reference in New Issue
Block a user