Skip to content

Commit

Permalink
[2.0.13] 글상자의 기본 섬네일이 A 가 아닌 '가' 가 되도록 수정
Browse files Browse the repository at this point in the history
- 라인 프로젝트가 추가되면서, 기본값이 A 가 되어서 추가작업이 없으면 A 로 표기되게 됨
  • Loading branch information
extracold1209 committed Oct 22, 2019
1 parent 688f495 commit d37d5c9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions src/renderer/components/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -348,3 +348,8 @@
.text_work_space.on:after {
background-image: url(../renderer/resources/images/gnb/btn_workspace_arr_on.png);
}

.entryObjectThumbnailWorkspace.entryObjectTextBox {
background-image: url(../renderer/resources/images/workspace/text_icon_ko.svg) !important;
background-size: cover;
}
2 changes: 1 addition & 1 deletion src/renderer/components/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ html, body{
min-height: 768px;
}

/* TODO 20190925 무조건 다음에 지우세요 벡터 모아보기 버튼에서 발생하는 문제를 트릭으로 숨겨놓은 CSS 땜빵코드입니다. */
/* TODO 페인터 리뉴얼되면 삭제 벡터 모아보기 버튼에서 발생하는 문제를 트릭으로 숨겨놓은 CSS 땜빵코드입니다. */
div.popup .false {
display: none;
}
2 changes: 1 addition & 1 deletion src/renderer/helper/entry/entryModalHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class EntryModalHelper {
objectType: firstObject.objectType,
options: firstObject.entity || {},
_id: Entry.generateHash(),
fileurl: 'renderer/resources/images/popup/text_icon.png',
fileurl: 'renderer/resources/images/workspace/text_icon_ko.svg',
};
}

Expand Down
3 changes: 3 additions & 0 deletions src/renderer/resources/images/workspace/text_icon_ko.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d37d5c9

Please sign in to comment.