Commit f28ecfb0 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: use a Brushed Style on Mac

parent dc8af820
...@@ -556,6 +556,7 @@ ControlsWidget::ControlsWidget( intf_thread_t *_p_i, ...@@ -556,6 +556,7 @@ ControlsWidget::ControlsWidget( intf_thread_t *_p_i,
setStyleSheet( " background: red "); setStyleSheet( " background: red ");
#endif #endif
setAttribute( Qt::WA_MacBrushedMetal);
QVBoxLayout *controlLayout = new QVBoxLayout( this ); QVBoxLayout *controlLayout = new QVBoxLayout( this );
controlLayout->setContentsMargins( 4, 1, 4, 0 ); controlLayout->setContentsMargins( 4, 1, 4, 0 );
controlLayout->setSpacing( 0 ); controlLayout->setSpacing( 0 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment