mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
refs #392 XBus copy feature fine tuning
* New method: CFileUtils::copyRecursively() * Copy the XBus directory to X-Plane plugins
This commit is contained in:
committed by
Mathew Sutcliffe
parent
3781cf2095
commit
3dd86d4984
@@ -47,6 +47,14 @@ QDialog::separator:hover {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
QFileDialog #sidebar {
|
||||
background: black;
|
||||
}
|
||||
|
||||
QFileDialog QToolButton {
|
||||
background: inherit;
|
||||
}
|
||||
|
||||
/**
|
||||
Required when dock widget is floating
|
||||
1) background-image not working on QDockWidget, so I use direct children for that
|
||||
|
||||
Reference in New Issue
Block a user