Skip to content
Snippets Groups Projects
Commit 64fd7cdb authored by Lis Pardi's avatar Lis Pardi
Browse files
parents 2983a07f 7b85febf
No related branches found
No related tags found
No related merge requests found
...@@ -648,7 +648,7 @@ ...@@ -648,7 +648,7 @@
reference="LtGray" /> reference="LtGray" />
<color <color
name="TextFgTentativeColor" name="TextFgTentativeColor"
value="0 0 0 .33" /> value="0.4 0.4 0.4 1" />
<color <color
name="TimeTextColor" name="TimeTextColor"
reference="LtGray" /> reference="LtGray" />
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
search_button_visible="true" search_button_visible="true"
text_pad_left="7" text_pad_left="7"
select_on_focus="true" select_on_focus="true"
text_tentative_color="TextFgTentativeColor"
background_image="TextField_Search_Off" background_image="TextField_Search_Off"
background_image_disabled="TextField_Search_Disabled" background_image_disabled="TextField_Search_Disabled"
background_image_focused="TextField_Search_Active"> background_image_focused="TextField_Search_Active">
......
...@@ -13,7 +13,8 @@ ...@@ -13,7 +13,8 @@
<combo_editor <combo_editor
name="child1" name="child1"
select_on_focus="true" select_on_focus="true"
text_pad_left="30" text_pad_left="30"
text_tentative_color="TextFgTentativeColor"
background_image="TextField_Search_Off" background_image="TextField_Search_Off"
background_image_disabled="TextField_Search_Disabled" background_image_disabled="TextField_Search_Disabled"
background_image_focused="TextField_Search_Active"/> background_image_focused="TextField_Search_Active"/>
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
search_button_visible="true" search_button_visible="true"
text_pad_left="6" text_pad_left="6"
select_on_focus="true" select_on_focus="true"
text_tentative_color="TextFgTentativeColor"
background_image="TextField_Search_Off" background_image="TextField_Search_Off"
background_image_disabled="TextField_Search_Disabled" background_image_disabled="TextField_Search_Disabled"
background_image_focused="TextField_Search_Active" > background_image_focused="TextField_Search_Active" >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment