Remove mini style from opacity slider in Cel Properties dialog

This commit is contained in:
David Capello 2015-08-11 13:57:59 -03:00
parent 6d532e56c5
commit 5f159f14a7

View File

@ -66,9 +66,6 @@ void CelPropertiesCommand::onExecute(Context* context)
Widget* button_ok = app::find_widget<Widget>(window, "ok");
ui::TooltipManager* tooltipManager = window->findFirstChildByType<ui::TooltipManager>();
// Mini look for the opacity slider
setup_mini_look(slider_opacity);
// If the layer isn't writable
if (!layer->isEditable()) {
button_ok->setText("Locked");