refs #288, formatting, minor tweaks

This commit is contained in:
Klaus Basan
2014-11-10 20:53:49 +01:00
committed by Roland Winklmeier
parent 159dbe9f5a
commit 49be1c2bb7
5 changed files with 12 additions and 15 deletions

View File

@@ -57,8 +57,8 @@ namespace BlackGui
void toggleShowHideDetails(bool show, bool considerCurrentSize);
QScopedPointer<Ui::CCockpitComponent> ui;
QSize m_sizeFloatingShown; //! size when info area is shown
QSize m_sizeFloatingHidden; //! size when info area is hidden
QSize m_sizeFloatingShown; //! size when info area is shown
QSize m_sizeFloatingHidden; //! size when info area is hidden
int m_minHeightInfoArea = -1; //! minimum height of the info area
};