mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-11 09:36:37 +00:00
9 lines
204 B
C++
9 lines
204 B
C++
|
|
||
|
#include "scenetool.hpp"
|
||
|
|
||
|
CSVWorld::SceneTool::SceneTool (QWidget *parent) : QPushButton (parent)
|
||
|
{
|
||
|
setSizePolicy (QSizePolicy (QSizePolicy::Fixed, QSizePolicy::Fixed));
|
||
|
setFixedSize (48, 48);
|
||
|
|
||
|
}
|