summaryrefslogtreecommitdiff
path: root/logcat
diff options
context:
space:
mode:
authorSergey Prigogin <sprigogin@google.com>2022-07-13 10:57:47 -0700
committerTreeHugger Robot <treehugger-gerrit@google.com>2022-07-13 19:27:00 +0000
commit30403fc4a62d8c2b1fd3ebdc95775217c9edfa72 (patch)
treee2c3e5f511327b510180537c24008a63f0803629 /logcat
parent53e3f89e94099c0244b77136afc8ae7a37c75a0f (diff)
downloadidea-30403fc4a62d8c2b1fd3ebdc95775217c9edfa72.tar.gz
Use properly sized placeholder icon
Test: existing Bug: 238783062 Change-Id: Iff8749c5f287cc4640e434d92eab4f1ab16e7b49
Diffstat (limited to 'logcat')
-rw-r--r--logcat/src/com/android/tools/idea/logcat/filters/FilterTextField.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/logcat/src/com/android/tools/idea/logcat/filters/FilterTextField.kt b/logcat/src/com/android/tools/idea/logcat/filters/FilterTextField.kt
index 3432ce18985..300b9ba9393 100644
--- a/logcat/src/com/android/tools/idea/logcat/filters/FilterTextField.kt
+++ b/logcat/src/com/android/tools/idea/logcat/filters/FilterTextField.kt
@@ -101,7 +101,7 @@ import kotlin.math.min
private const val APPLY_FILTER_DELAY_MS = 100L
-private val BLANK_ICON = EmptyIcon.create(16, 16)
+private val BLANK_ICON = EmptyIcon.ICON_16
// The text of the history dropdown item needs a little horizontal padding
private val HISTORY_ITEM_LABEL_BORDER = JBUI.Borders.empty(0, 3)