mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 01:15:31 +00:00
8 lines
203 B
C++
8 lines
203 B
C++
|
|
||
|
#include "scenetool.hpp"
|
||
|
|
||
|
CSVWorld::SceneTool::SceneTool (QWidget *parent) : QPushButton (parent)
|
||
|
{
|
||
|
setSizePolicy (QSizePolicy (QSizePolicy::Fixed, QSizePolicy::Fixed));
|
||
|
setFixedSize (48, 48);
|
||
|
}
|