Hide partner grid stuff always, unless advanced is selected

This commit is contained in:
Lirusaito
2019-04-10 15:34:26 -04:00
parent 278459bdf2
commit 66a94c6778

View File

@@ -212,8 +212,8 @@
follows="left|top|right" border_visible="false" mouse_opaque="false"
drop_shadow_visible="true" border_drop_shadow_visible="false" />
<!-- Partner URL -->
<text name="partner_label" height="10" width="100" left="12" bottom_delta="-20" follows="left|top">Partner URL:</text>
<line_editor max_length="254" name="partner" handle_edit_keys_directly="true" height="18" left="120" right="-12" bottom_delta="-4" font="SansSerifSmall" follows="left|top|right"/>
<text name="partner_label" height="10" width="100" left="12" bottom_delta="-20" follows="left|top" visible="false">Partner URL:</text>
<line_editor max_length="254" name="partner" handle_edit_keys_directly="true" height="18" left="120" right="-12" bottom_delta="-4" font="SansSerifSmall" follows="left|top|right" visible="false"/>
<!-- Search URL -->
<text type="string" length="1" enabled="true" name="search_label"
height="10" width="100" left="12" bottom_delta="-20" visible="false"