fixed size of dialog
original commit: 141bbc77f6c57ed7b60b1192d170b006cec1fc14
This commit is contained in:
parent
c5de481b18
commit
8f435b0a04
|
@ -47,7 +47,7 @@
|
|||
|
||||
(private
|
||||
[WIDTH 500]
|
||||
[HEIGHT 500]
|
||||
[HEIGHT 400]
|
||||
|
||||
dirs current-dir
|
||||
last-selected
|
||||
|
@ -359,6 +359,8 @@
|
|||
[last-directory (set-directory last-directory)]
|
||||
[else (set-directory (current-directory))])
|
||||
|
||||
(send ok-button user-min-width (send cancel-button get-width))
|
||||
|
||||
(center wx:const-both)
|
||||
|
||||
(show #t))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user