ResolutionDropdown.txt

(1 KB) Pobierz
screen ResolutionDropdown
{
	onaction "escape" "popdialog"
	
    widget Label Background
    {
        mins 226, 145
        size 360, 360
		
        texture "data/gfx/ui/MainMenu/HUD_Options_bkg.png"
    }
    widget Button Background
	{
		onaction enter "popdialog"
	
		mins 0,0
		size 800,600

		texture "data/gfx/ui/transparent"
	}
	widget ListBox ResolutionListBox
	{
		mins 270, 168
		size 195, 155
		
		EventToPopulateFrom "UIDisplayAvailableResolutions"
		EventToSetSelectedStringFromNoCallback "UISetSelectedResolution"
		EventToFireOnSelection "OnSelectedResolution"
		
		SliderToUse "ResolutionListBoxSlider"
		UpButtonToUse "ResolutionListBoxUpArrow"
		DownButtonToUse "ResolutionListBoxDownArrow"
		
		textAlignment "Center"
		
		style "Luxor3ListBoxStyle"
		ImagePadding ( 20, 0 )
	}
	
	widget Slider ResolutionListBoxSlider
	{
		mins 515, 210
		size 40, 78
		
		range 0 1
		
		orientation "Vertical"
		style "Slider_Vertical"
	}
			
	widget Button ResolutionListBoxUpArrow
	{
		mins 515, 175
		size 40, 40

		style "Luxor2Style11"
	}
	
	widget Button ResolutionListBoxDownArrow
	{
		mins 515, 280
		size 40, 40
		
		style "Luxor2Style12"
	}
}
Zgłoś jeśli naruszono regulamin