1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 08:45:34 +00:00
openmw-tes3mp/apps/opencs/view/world/scenetoolbar.cpp
2013-09-28 09:25:54 +02:00

8 lines
133 B
C++

#include "scenetoolbar.hpp"
CSVWorld::SceneToolbar::SceneToolbar (QWidget *parent) : QWidget (parent)
{
setFixedWidth (52);
}