Skip to content

Commit

Permalink
Fix layout issues in new tools texture panel
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansariel committed Apr 24, 2024
1 parent 2c52b8b commit 4c6d8f4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
<color_swatch label="" name="shinycolorswatch" tool_tip="Klicken Sie hier, um die Farbauswahl zu öffnen"/>
</layout_panel>
<layout_panel name="panel_blinn_phong_options">
<check_box label="Ganz hell" name="checkbox fullbright"/>
<check_box label="Ganz hell" name="checkbox fullbright" width="70"/>
<spinner name="ColorTrans" label="Transparenz"/>
<text name="color trans percent">
%
Expand Down
16 changes: 8 additions & 8 deletions indra/newview/skins/default/xui/en/panel_fs_tools_texture.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1661,7 +1661,7 @@
<layout_panel
follows="all"
layout="topleft"
width="110"
width="100"
height="212"
name="panel_blinn_phong_maps"
auto_resize="false"
Expand Down Expand Up @@ -1834,21 +1834,21 @@
name="panel_blinn_phong_options"
left="140"
top="0"
width="172"
width="182"
height="212"
auto_resize="false"
>

<check_box
follows="top|rileftght"
follows="top|left"
layout="topleft"
left="0"
top="6"
top="4"
height="16"
right="-1"
left="0"
label="Full Bright"
name="checkbox fullbright"
width="81"
width="80"
word_wrap="down"
/>

<spinner
Expand All @@ -1868,7 +1868,7 @@
/>

<text
follows="right|top|"
follows="top|right"
layout="topleft"
top_delta="4"
right="-1"
Expand Down

0 comments on commit 4c6d8f4

Please sign in to comment.