Skip to content

Commit 9cb4eba

Browse files
committedDec 26, 2023
Add new style icon in task description
1 parent 1a9d6a0 commit 9cb4eba

6 files changed

+40
-24
lines changed
 
Loading
Loading
+6
Loading
Loading

Diff for: ‎Introduction/Task Description/task-info.yaml

+26-22
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,29 @@
11
type: theory
22
files:
3-
- name: main.py
4-
visible: true
5-
- name: images/back.svg
6-
visible: false
7-
- name: images/commentTask.svg
8-
visible: false
9-
- name: images/edu_next_button.png
10-
visible: false
11-
- name: images/edu_peek_solution.png
12-
visible: false
13-
- name: images/reset.svg
14-
visible: false
15-
- name: images/forward.svg
16-
visible: false
17-
- name: images/gear.svg
18-
visible: false
19-
- name: images/hideToolWindow.svg
20-
visible: false
21-
- name: images/edu_task_description_window_settings_dark.png
22-
visible: false
23-
- name: images/edu_task_description_window_settings.png
24-
visible: false
3+
- name: main.py
4+
visible: true
5+
- name: images/back.svg
6+
visible: false
7+
- name: images/commentTask.svg
8+
visible: false
9+
- name: images/edu_next_button.png
10+
visible: false
11+
- name: images/edu_peek_solution.png
12+
visible: false
13+
- name: images/reset.svg
14+
visible: false
15+
- name: images/forward.svg
16+
visible: false
17+
- name: images/gear.svg
18+
visible: false
19+
- name: images/hideToolWindow.svg
20+
visible: false
21+
- name: images/edu_task_description_window_settings_dark.png
22+
visible: false
23+
- name: images/edu_task_description_window_settings.png
24+
visible: false
25+
- name: images/moreVertical.svg
26+
visible: true
27+
- name: images/moreVertical_dark.svg
28+
visible: true
2529
feedback_link: https://docs.google.com/forms/d/e/1FAIpQLSfRlDlldKfuq-cHMNFfHMER61P1PRIan7KG6yp1GvaweDI7GA/viewform?usp=pp_url&entry.2103429047=Introduction+/+Task+Description

Diff for: ‎Introduction/Task Description/task.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ Use Task Description icons for the following actions:
2020

2121
We recommend keeping the Task Description window visible and not hiding it completely. If it is too distracting, you can hide it by clicking the ![](images/hideToolWindow.svg) button in the top right-hand corner of the Task Description window.
2222

23-
If you use two monitors, it may be helpful to switch the Task Description panel to the floating mode and move it to the second monitor, or just place it near the main IDE window. To do this, click the tool window settings ![](images/gear.svg) icon :
23+
If you use two monitors, it may be helpful to switch the Task Description panel to the floating mode and move it to the second monitor, or just place it near the main IDE window. To do this, click the tool window settings ![](images/gear.svg) / ![](images/moreVertical.svg) icon :
2424

2525

26-
<img src="images/edu_task_description_window_settings_dark.png" class="center" width=600>
26+
<img src="images/edu_task_description_window_settings.png" class="center" width=600>
2727

2828
<style>
2929
img {

0 commit comments

Comments
 (0)
Please sign in to comment.