Update texturing_tool.cpp

This commit is contained in:
Balkron
2020-10-30 23:02:17 +05:00
parent 4c8cc733c9
commit 2c26aed60b

View File

@@ -141,13 +141,6 @@ namespace noggit
auto spray_layout (new QFormLayout (_spray_content));
_spray_mode_group->setLayout(spray_layout);
QString _spray_mode_group_style =
"QWidget { \n"
" background: transparent; \n"
"} \n";
_spray_mode_group->setStyleSheet(_spray_mode_group_style);
_inner_radius_cb = new QCheckBox("Inner radius", _spray_content);
spray_layout->addRow(_inner_radius_cb);
@@ -382,7 +375,6 @@ namespace noggit
setMinimumWidth(250);
setMaximumWidth(250);
setMinimumHeight(540);
setMaximumHeight(540);
}
void texturing_tool::update_brush_hardness()