зеркало из https://github.com/mozilla/pjs.git
New Composer preferences added for background color and fill new cell with space mode
This commit is contained in:
Родитель
08b61a4835
Коммит
3a0046da68
|
@ -163,3 +163,7 @@ pref("editor.custom_color_6", "0,FF,0");
|
|||
pref("editor.custom_color_7", "0,0,99");
|
||||
pref("editor.custom_color_8", "0,0,CC");
|
||||
pref("editor.custom_color_9", "0,0,FF");
|
||||
|
||||
pref("editor.last_color_picked", "0,0,0");
|
||||
pref("editor.last_background_color_picked", "255,255,255");
|
||||
pref("editor.new_cell_has_space", TRUE);
|
||||
|
|
|
@ -163,3 +163,7 @@ pref("editor.custom_color_6", "0,FF,0");
|
|||
pref("editor.custom_color_7", "0,0,99");
|
||||
pref("editor.custom_color_8", "0,0,CC");
|
||||
pref("editor.custom_color_9", "0,0,FF");
|
||||
|
||||
pref("editor.last_color_picked", "0,0,0");
|
||||
pref("editor.last_background_color_picked", "255,255,255");
|
||||
pref("editor.new_cell_has_space", TRUE);
|
||||
|
|
Загрузка…
Ссылка в новой задаче