Put card notes below the card editor if they fit there (dynamically)

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1127 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2008-08-09 21:38:53 +00:00
parent b262aef4df
commit 22722f28ce
3 changed files with 52 additions and 12 deletions
+2 -1
View File
@@ -86,10 +86,11 @@ class SetWindow : public wxFrame, public SetView {
/// Actions that change the set
virtual void onAction(const Action&, bool undone);
private:
public:
// minSize = mainSizer->getMinWindowSize(this)
// but wx made that private
void fixMinWindowSize();
private:
/// Update the window title based on the set name
void updateTitle();