32 lines
1001 B
Plaintext
32 lines
1001 B
Plaintext
"resource/layout/screenshotdeletedialog.layout"
|
|
{
|
|
controls
|
|
{
|
|
ScreenshotDeleteDialog { controlname="Frame" title="#steam_screenshotdelete_title" style="ScreenshotDeleteDialog" }
|
|
Warning { controlname="ImagePanel" image="resource/icon_warning" }
|
|
WarningText { controlname="Label" labeltext="#steam_are_you_sure_delete_screenshot" wrap=1 }
|
|
DeleteFromCloudBox { controlname="CheckButton" labelText="#steam_also_delete_from_cloud" }
|
|
Delete { controlname="Button" command="DeleteScreenshot" labeltext="#steam_delete" }
|
|
Cancel { controlname="Button" command="Cancel" labeltext="#vgui_cancel" }
|
|
}
|
|
|
|
styles
|
|
{
|
|
ScreenshotDeleteDialog
|
|
{
|
|
minimum-width=325
|
|
minimum-height=200
|
|
}
|
|
|
|
}
|
|
|
|
layout
|
|
{
|
|
place { control="Warning" x=20 y=65}
|
|
place { control="WarningText" start="Warning" dir=right x=5 y=15 width=max margin-right=15 }
|
|
place { control="DeleteFromCloudBox" start="WarningText" dir=down }
|
|
place { control="Delete,Cancel" y=170 align=right margin-right=15 spacing=5 }
|
|
}
|
|
|
|
}
|