Merge pull request #251 from zfbx/patch-1

Added slider to consoleDlg for bg alpha (Needs refinement)
This commit is contained in:
Brian Roberts 2020-07-27 10:13:51 -05:00 committed by GitHub
commit bcbc08cf23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 34 additions and 11 deletions

View file

@ -506,16 +506,6 @@ new GuiControlProfile( GuiRadioProfile )
category = "Core";
};
// ---------------------------------------------------------------------------
// Slider control
// ---------------------------------------------------------------------------
if( !isObject( GuiSliderProfile ) )
new GuiControlProfile( GuiSliderProfile )
{
bitmap = "data/ui/images/slider";
category = "Core";
};
//
// Scroll Profile
//