mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
size adjustment
This commit is contained in:
parent
5d422fec8a
commit
3a58da9ad7
@ -6,7 +6,7 @@
|
|||||||
#include "scenetool.hpp"
|
#include "scenetool.hpp"
|
||||||
|
|
||||||
CSVWorld::SceneToolbar::SceneToolbar (int buttonSize, QWidget *parent)
|
CSVWorld::SceneToolbar::SceneToolbar (int buttonSize, QWidget *parent)
|
||||||
: QWidget (parent), mButtonSize (buttonSize), mIconSize (buttonSize-8)
|
: QWidget (parent), mButtonSize (buttonSize), mIconSize (buttonSize-6)
|
||||||
{
|
{
|
||||||
setFixedWidth (mButtonSize);
|
setFixedWidth (mButtonSize);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user