|
|
@ -164,8 +164,8 @@ BitcoinGUI::BitcoinGUI(QWidget *parent):
|
|
|
|
// Windows-specific customization
|
|
|
|
// Windows-specific customization
|
|
|
|
if (QtWin::isCompositionEnabled())
|
|
|
|
if (QtWin::isCompositionEnabled())
|
|
|
|
{
|
|
|
|
{
|
|
|
|
QtWin::extendFrameIntoClientArea(&window);
|
|
|
|
QtWin::extendFrameIntoClientArea(this);
|
|
|
|
window.setContentsMargins(0, 0, 0, 0);
|
|
|
|
setContentsMargins(0, 0, 0, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
setWindowComposition();
|
|
|
|
setWindowComposition();
|
|
|
|