vlc | branch: master | Marvin Scholz <[email protected]> | Sun Nov 26 04:37:49 2017 +0100| [ba8922fbd21ce64f7353556e1659f3da88a335eb] | committer: Marvin Scholz
qt: Remove macOS specific main interface styling We already have the macosx interface, if the user wants something thats native. No need to try hard here, additionally it looks much better without this. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ba8922fbd21ce64f7353556e1659f3da88a335eb --- modules/gui/qt/main_interface.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/gui/qt/main_interface.cpp b/modules/gui/qt/main_interface.cpp index 94e54550aa..3b576ac23d 100644 --- a/modules/gui/qt/main_interface.cpp +++ b/modules/gui/qt/main_interface.cpp @@ -127,9 +127,6 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf ) setWindowRole( "vlc-main" ); setWindowIcon( QApplication::windowIcon() ); setWindowOpacity( var_InheritFloat( p_intf, "qt-opacity" ) ); -#ifdef Q_OS_MAC - setAttribute( Qt::WA_MacBrushedMetal ); -#endif /* Is video in embedded in the UI or not */ b_videoEmbedded = var_InheritBool( p_intf, "embedded-video" ); _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
