Make the Scan Output expanders in the Zenmap diff windows work more naturally.

There used to be some complicated logic to resize the whole window when both
the expanders were closed. Just using a better packing strategy is a better
solution.
This commit is contained in:
david 2009-03-24 16:41:34 +00:00
parent 9db5c1fa7e
commit 5bc82ec633

View file

@ -1,5 +1,9 @@
# Nmap Changelog ($Id$); -*-text-*-
o [Zenmap] The "Scan Output" expanders in the diff window now behave
more naturally. Some strange behavior on Windows was noted by Jah.
[David]
o [Zenmap] Zenmap no longer shows an error message when running Nmap
with options that cause a zero-length XML file to be produced (like
--iflist). [David]