Fixed bezel style of + and - buttons in the Folder Selection Dialog.

--HG--
branch : xibless
This commit is contained in:
Virgil Dupras 2012-07-29 16:57:27 -04:00
parent b0f9a94375
commit 5a3b6883fa
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ owner.loadRecentButtonPopUp = loadRecentPopup
result.autosaveName = 'DirectoryPanel'
result.canMinimize = False
result.minSize = Size(370, 270)
addButton.bezelStyle = removeButton.bezelStyle = const.NSTexturedRoundedBezelStyle
addButton.image = 'NSAddTemplate'
removeButton.image = 'NSRemoveTemplate'
for button in (addButton, removeButton):