scripted_gui = {

	GER_prewar_decision_ui = {
		context_type = decision_category
		window_name = "GER_prewar_decision_ui_window"

		properties = {
			Speer_Progressbar = {
				frame = Speer_Progress
			}
			
			Bormann_Progressbar = {
				frame = Bormann_Progress
			}
			
			Heydrich_Progressbar = {
				frame = Heydrich_Progress
			}
			
			Goring_Progressbar = {
				frame = Goring_Progress
			}

		}
		
		visible = {
			always = yes
		}
	}
	
}