mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-04-01 12:36:42 +00:00
reclaiming some unused space
This commit is contained in:
parent
e20fa209cc
commit
868fdfba51
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue