From a9068cf5a549ad7f5e960748c19b2a64e701e50c Mon Sep 17 00:00:00 2001 From: "mattia.astorino" Date: Mon, 23 Mar 2015 20:33:57 +0100 Subject: [PATCH] add find/replace dropdown icon inside input --- preap.sublime-theme | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/preap.sublime-theme b/preap.sublime-theme index 83403fa..2baec19 100755 --- a/preap.sublime-theme +++ b/preap.sublime-theme @@ -820,7 +820,7 @@ "class": "text_line_control", "layer0.texture": "Preap/assets/text-field.png", "layer0.opacity": 1, - "content_margin": [18, 15] + "content_margin": [15, 13] }, { "class": "text_line_control", @@ -828,6 +828,19 @@ "settings": ["findreplace_small"], "content_margin": [4, 5, 0, 4] }, + { + "class": "dropdown_button_control", + "content_margin": [11, 11], + "layer0.texture": "Preap/assets/tabset-list.png", + "layer0.tint": [255, 255, 255], + "layer0.opacity": 0.5, + "layer0.inner_margin": [0, 0] + }, + { + "class": "dropdown_button_control", + "attributes": ["hover"], + "layer0.opacity": 1 + }, // // PANEL BACKGROUNDS