mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-05-31 00:51:37 +00:00
Added up/down buttons to numeric input controls
This commit is contained in:
parent
3400046080
commit
0aa067cffc
26 changed files with 839 additions and 607 deletions
|
@ -55,6 +55,9 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
floortex.Initialize();
|
||||
ceilingtex.Initialize();
|
||||
|
||||
// Set steps for brightness field
|
||||
brightness.StepValues = General.Map.Config.BrightnessLevels;
|
||||
|
||||
// Custom fields?
|
||||
if(!General.Map.FormatInterface.HasCustomFields)
|
||||
tabs.TabPages.Remove(tabcustom);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue