Improve postprocess HUD layout

7098-improve-post-process-behavior-with-transparent-objects
Andrei Kortunov 2 years ago
parent a2053a625e
commit da5b442fcf

@ -42,7 +42,6 @@ namespace MWGui
PostProcessorHud::PostProcessorHud()
: WindowBase("openmw_postprocessor_hud.layout")
{
getWidget(mTabConfiguration, "TabConfiguration");
getWidget(mActiveList, "ActiveList");
getWidget(mInactiveList, "InactiveList");
getWidget(mConfigLayout, "ConfigLayout");

@ -80,8 +80,6 @@ namespace MWGui
void layout();
MyGUI::TabItem* mTabConfiguration;
ListWrapper* mActiveList;
ListWrapper* mInactiveList;

@ -1,6 +1,5 @@
Abovewater: "Überwasser"
Author: "Autor"
Configuration: "Konfiguration"
Description: "Beschreibung"
InExteriors: "Außenbereich"
InInteriors: "Innenbereich"

@ -1,7 +1,8 @@
Abovewater: "Abovewater"
ActiveShaders: "Active Shaders"
Author: "Author"
Configuration: "Configuration"
Description: "Description"
InactiveShaders: "Inactive Shaders"
InExteriors: "Exteriors"
InInteriors: "Interiors"
KeyboardControls: |

@ -1,6 +1,5 @@
Abovewater: "Hors de l'eau"
Author: "Auteur(e)"
Configuration: "Configuration"
Description: "Description"
InExteriors: "À l'extérieur"
InInteriors: "En intérieur"

@ -1,7 +1,8 @@
Abovewater: "Над водой"
ActiveShaders: "Включенные шейдеры"
Author: "Автор"
Configuration: "Настройки"
Description: "Описание"
InactiveShaders: "Выключенные шейдеры"
InExteriors: "Вне помещений"
InInteriors: "В помещениях"
KeyboardControls: |

@ -1,6 +1,5 @@
Abovewater: "Ovan vatten"
Author: "Skapare" # Author = Författare, but författare sounds very book-author-ish. Skapare, meaning "creator", sounds better in Swedish in this case. Ok?
Configuration: "Konfiguration"
Description: "Beskrivning"
InExteriors: "Exteriörer"
InInteriors: "Interiörer"

@ -13,11 +13,9 @@
<UserString key="ToolTipType" value="Layout"/>
<UserString key="ToolTipLayout" value="TextToolTip"/>
<UserString key="Caption_Text" value="#{PostProcessing:KeyboardControls}"/>
<Property key="Depth" value="-10"/>
</Widget>
<Widget type="TabItem" skin="" position_real="0 0 1 1" name="TabConfiguration">
<Property key="Caption" value="#{PostProcessing:Configuration}"/>
<Widget type="VBox" position_real="0 0.02 1 0.98" align="Stretch" name="Layout">
<Property key="Padding" value="0"/>
<Property key="Spacing" value="8"/>
@ -35,6 +33,10 @@
<UserString key="HStretch" value="true"/>
<Widget type="VBox" position_real="0 0 1 1" align="Stretch">
<Widget type="AutoSizedTextBox" skin="NormalText" position="0 0 50 50" align="Top Right">
<Property key="Caption" value="#{PostProcessing:InactiveShaders}"/>
</Widget>
<Widget type="EditBox" skin="MW_TextBoxEditWithBorder" position="0 0 0 28" name="Filter">
<UserString key="HStretch" value="true"/>
<UserString key="AcceptTab" value="true"/>
@ -71,16 +73,23 @@
<Property key="NeedMouse" value="false"/>
</Widget>
</Widget>
</Widget>
<Widget type="Widget">
<UserString key="VStretch" value="true"/>
<UserString key="HStretch" value="true"/>
<Widget type="VBox" position_real="0 0 1 1" align="Stretch">
<Widget type="AutoSizedTextBox" skin="NormalText" position="0 0 50 50" align="Top Right">
<Property key="Caption" value="#{PostProcessing:ActiveShaders}"/>
</Widget>
<Widget type="ListWrapper" skin="MW_List" name="ActiveList">
<UserString key="VStretch" value="true"/>
<UserString key="HStretch" value="true"/>
</Widget>
</Widget>
</Widget>
</Widget>
</Widget>
<Widget type="Widget" skin="MW_Box">
@ -96,9 +105,6 @@
</Widget>
</Widget>
</Widget>
</Widget>
</Widget>
</Widget>

Loading…
Cancel
Save