mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Don't use Q_OS_MAC for ui specifics, Y_MAC_UI is the replacement
This commit is contained in:
@ -78,7 +78,7 @@ ClassicComicsView::ClassicComicsView(QWidget *parent)
|
||||
|
||||
layout->setContentsMargins(0, 0, 0, 0);
|
||||
|
||||
#ifdef Q_OS_MAC
|
||||
#ifdef Y_MAC_UI
|
||||
sVertical->setCollapsible(1, false);
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user