RiverWare 6.3 Object Palette Revisions -- 12-20-2012
"Revision 2" (shown below) is checked in. See source-code option symbols below.

  1. Changed the dialog title from "Sim Object Palette" to "Object Palette"
  2. Removed the un-implemented ("What's This" help) question mark from the upper right.
  3. Disabled dialog resizing.
  4. (Considered) ... Make the Close button less wide (not full width of dialog).
  5. Reduced the dialog margin size (from 11 pixels to 4 pixels).
Recent Qt3 to Qt4 Port Revision 1
(narrow close button)
Revision 2
(full-width close button)

The following compile-time options are available in C++ source file, Q3GUI/SimObjPaletteDlg.cpp:

static const int DLG_MARG (4); // dialog margins [pixels]
static const bool CLOSE_BUTTON_FULL_DIALOG_WIDTH (true);

---