Cockpit COM component align widget heights

This commit is contained in:
Klaus Basan
2019-03-31 00:22:48 +01:00
committed by Mat Sutcliffe
parent 8c5ee52128
commit 9f1090d430
5 changed files with 39 additions and 0 deletions

View File

@@ -103,6 +103,9 @@ namespace BlackGui
//! SELCAL value changed (in selector)
void onSelcalChanged();
//! Align the heights
void alignUiElementsHeight();
//! Compare 2 frequencies (consider epsilon)
static bool isFrequenceEqual(double f1, double f2);