mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
DS-2486 add icon for "Variable View" toolwindow
DS-2486 Wrong Jupyter Variables toolwindow icon size GitOrigin-RevId: fd573ec38b49c09da4f2faa0fedfbfc94b18eb78
This commit is contained in:
committed by
intellij-monorepo-bot
parent
453831a821
commit
035e93c893
@@ -0,0 +1,9 @@
|
||||
<!-- Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
|
||||
|
||||
<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g id="toolWindowVariableView">
|
||||
<rect id="Rectangle 30" x="2" y="2" width="9" height="2" fill="#6E6E6E"/>
|
||||
<rect id="Rectangle 30_2" x="2" y="5" width="9" height="2" fill="#6E6E6E"/>
|
||||
<rect id="Rectangle 30_3" x="2" y="8" width="9" height="2" fill="#6E6E6E"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 532 B |
@@ -0,0 +1,9 @@
|
||||
<!-- Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
|
||||
|
||||
<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g id="toolWindowVariableView_dark">
|
||||
<rect id="Rectangle 30" x="2" y="2" width="9" height="2" fill="#AFB1B3"/>
|
||||
<rect id="Rectangle 30_2" x="2" y="5" width="9" height="2" fill="#AFB1B3"/>
|
||||
<rect id="Rectangle 30_3" x="2" y="8" width="9" height="2" fill="#AFB1B3"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 537 B |
@@ -1124,6 +1124,7 @@ public class AllIcons {
|
||||
/** 13x13 */ public static final @NotNull Icon ToolWindowStructure = load("toolwindows/toolWindowStructure.svg", 1275982556, 2);
|
||||
/** 13x13 */ public static final @NotNull Icon ToolWindowTodo = load("toolwindows/toolWindowTodo.svg", -1371075097, 2);
|
||||
/** 13x13 */ public static final @NotNull Icon ToolWindowUIDesigner = load("toolwindows/toolWindowUIDesigner.svg", -151942562, 2);
|
||||
/** 13x13 */ public static final @NotNull Icon ToolWindowVariableView = load("toolwindows/toolWindowVariableView.svg", 1680878393, 2);
|
||||
/** 13x13 */ public static final @NotNull Icon WarningEvents = load("toolwindows/warningEvents.svg", -1480999657, 2);
|
||||
/** 13x13 */ public static final @NotNull Icon WebToolWindow = load("toolwindows/webToolWindow.svg", 1415711858, 2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user