|
|
|
@ -125,6 +125,8 @@ int main(int argc, char *argv[])
|
|
|
|
|
window.setClientModel(&clientModel);
|
|
|
|
|
window.setWalletModel(&walletModel);
|
|
|
|
|
|
|
|
|
|
if (QtWin::isCompositionEnabled())
|
|
|
|
|
{
|
|
|
|
|
#ifdef Q_WS_WIN32
|
|
|
|
|
// Windows-specific customization
|
|
|
|
|
window.setAttribute(Qt::WA_TranslucentBackground);
|
|
|
|
@ -137,8 +139,6 @@ int main(int argc, char *argv[])
|
|
|
|
|
window.ensurePolished();
|
|
|
|
|
window.setAttribute(Qt::WA_StyledBackground, false);
|
|
|
|
|
#endif
|
|
|
|
|
if (QtWin::isCompositionEnabled())
|
|
|
|
|
{
|
|
|
|
|
QtWin::extendFrameIntoClientArea(&window);
|
|
|
|
|
window.setContentsMargins(0, 0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|