mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-06 02:15:23 +08:00
update
This commit is contained in:
@ -240,3 +240,7 @@ bool FluTools::isWindows10OrGreater(){
|
||||
return var.toBool();
|
||||
}
|
||||
}
|
||||
|
||||
int FluTools::getTaskBarHeight(QQuickWindow* window){
|
||||
return window->screen()->geometry().height() - window->screen()->availableGeometry().height();
|
||||
}
|
||||
|
Reference in New Issue
Block a user