31 lines
846 B
Plaintext
31 lines
846 B
Plaintext
|
"resource/layout/updatecontrollerfirmware.layout"
|
||
|
{
|
||
|
controls
|
||
|
{
|
||
|
UpdateControllerFirmwareDialog { controlname="Frame" title="#SteamUI_UpdateControllerFirmware_Title" style="UpdateControllerFirmwareDialog" }
|
||
|
|
||
|
ConfirmText { controlname="Label" labeltext="#SteamUI_UpdateControllerFirmware_Intro" wrap=1 }
|
||
|
|
||
|
Cancel { controlname="Button" tabposition=1 labeltext="#SteamUI_UpdateControllerFirmware_Cancel" }
|
||
|
Continue { controlname="Button" tabposition=1 labeltext="#SteamUI_UpdateControllerFirmware_Continue" }
|
||
|
}
|
||
|
|
||
|
styles
|
||
|
{
|
||
|
UpdateControllerFirmwareDialog
|
||
|
{
|
||
|
minimum-width = 400
|
||
|
minimum-height = 220
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
layout
|
||
|
{
|
||
|
region { name="bottom" width=max align=bottom height=40 margin=10 }
|
||
|
|
||
|
place { control="ConfirmText" width=max y=40 margin=15 }
|
||
|
place { control="Cancel,Continue" region="bottom" align=right spacing=5 }
|
||
|
}
|
||
|
}
|