1
0
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:
Virgil Dupras
2012-07-21 16:13:16 -04:00
parent a68e4310ee
commit 729db49183
9 changed files with 115 additions and 915 deletions

View File

@@ -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)