1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-30 09:36:43 +00:00

reclaiming some unused space

This commit is contained in:
Marc Zinnschlag 2014-10-15 11:07:40 +02:00
parent e20fa209cc
commit 868fdfba51

View file

@ -17,7 +17,6 @@ CSVSettings::Frame::Frame (bool isVisible, const QString &title,
{ {
// must be Page, not a View // must be Page, not a View
setStyleSheet (sInvisibleBoxStyle); setStyleSheet (sInvisibleBoxStyle);
mLayout->setContentsMargins(10, 15, 10, 15);
} }
setLayout (mLayout); setLayout (mLayout);