mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-23 15:50:49 +01:00
[apps,escher,kandinsky,poincare,python] Replace every "grey" with "gray"
Change-Id: I60a232849dce90f70e6977b6024d6e9b1ce1b731
This commit is contained in:
committed by
Émilie Feral
parent
4331686818
commit
e27c668c40
@@ -57,7 +57,7 @@ void EditorView::layoutSubviews(bool force) {
|
||||
/* EditorView::GutterView */
|
||||
|
||||
void EditorView::GutterView::drawRect(KDContext * ctx, KDRect rect) const {
|
||||
KDColor textColor = Palette::BlueishGrey;
|
||||
KDColor textColor = Palette::BlueishGray;
|
||||
KDColor backgroundColor = KDColor::RGB24(0xE4E6E7);
|
||||
|
||||
ctx->fillRect(rect, backgroundColor);
|
||||
|
||||
Reference in New Issue
Block a user