Skip to content

Commit

Permalink
builds
Browse files Browse the repository at this point in the history
  • Loading branch information
odrick committed Jan 29, 2019
1 parent 668d463 commit 774944f
Show file tree
Hide file tree
Showing 10 changed files with 97 additions and 35 deletions.
27 changes: 27 additions & 0 deletions dist/web/static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,33 @@ html, body {
height: 16px;
}

.folder-btn {
border-width: 1px;
border-style: solid;
line-height: 1;
padding: 2px;
display: inline-block;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
background-image: url("../images/folder_icon.png");
background-repeat: no-repeat;
background-position: center center;
background-size: 16px 16px;
width: 16px;
height: 16px;
}

.edit-btn:active {
transform: scale(0.9);
}
Expand Down
Binary file added dist/web/static/images/folder_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 17 additions & 17 deletions dist/web/static/js/index.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/web/static/localization/en.csv
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ FORMAT;Format:
FORMAT_TITLE;Export format
FILE_NAME;File name:
FILE_NAME_TITLE;Result file name
SAVE_PATH;Save path
SAVE_PATH_TITLE;Path to save pack results
WIDTH;Width:
WIDTH_TITLE;Max texture width
HEIGHT;Height:
Expand Down
4 changes: 3 additions & 1 deletion dist/web/static/localization/ru.csv
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ FILTER_TITLE;Фильтр, который будет применен к тек
FORMAT;Формат:
FORMAT_TITLE;Формат экспорта
FILE_NAME;Имя файла:
FILE_NAME_TITLE;Имя результирующего файла
FILE_NAME_TITLE;Имя результирующего файла
SAVE_PATH;Путь для сохранения
SAVE_PATH_TITLE;Путь для сохранения результатов упаковки
WIDTH;Ширина:
WIDTH_TITLE;Максимальная ширина текстуры
HEIGHT;Высота:
Expand Down
27 changes: 27 additions & 0 deletions src/electron/www/static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,33 @@ html, body {
height: 16px;
}

.folder-btn {
border-width: 1px;
border-style: solid;
line-height: 1;
padding: 2px;
display: inline-block;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
background-image: url("../images/folder_icon.png");
background-repeat: no-repeat;
background-position: center center;
background-size: 16px 16px;
width: 16px;
height: 16px;
}

.edit-btn:active {
transform: scale(0.9);
}
Expand Down
Binary file added src/electron/www/static/images/folder_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 16 additions & 16 deletions src/electron/www/static/js/index.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/electron/www/static/localization/en.csv
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ FORMAT;Format:
FORMAT_TITLE;Export format
FILE_NAME;File name:
FILE_NAME_TITLE;Result file name
SAVE_PATH;Save path
SAVE_PATH_TITLE;Path to save pack results
WIDTH;Width:
WIDTH_TITLE;Max texture width
HEIGHT;Height:
Expand Down
4 changes: 3 additions & 1 deletion src/electron/www/static/localization/ru.csv
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ FILTER_TITLE;Фильтр, который будет применен к тек
FORMAT;Формат:
FORMAT_TITLE;Формат экспорта
FILE_NAME;Имя файла:
FILE_NAME_TITLE;Имя результирующего файла
FILE_NAME_TITLE;Имя результирующего файла
SAVE_PATH;Путь для сохранения
SAVE_PATH_TITLE;Путь для сохранения результатов упаковки
WIDTH;Ширина:
WIDTH_TITLE;Максимальная ширина текстуры
HEIGHT;Высота:
Expand Down

0 comments on commit 774944f

Please sign in to comment.