# # # delete "res/icons/arrow_down.png" # # patch "res/guitone.qrc" # from [58f1208faec323237f338722bf1f0efebf1e518d] # to [43f2e30f288fbbed8a8153d7371a9bd98b3c2d23] # # patch "src/model/GetAttributes.cpp" # from [dc6c51679ca31a631a45b94ef634cd3db5be4ac3] # to [684f7ffa4ef7662c6f978613c7be040ad5cf3081] # ============================================================ --- res/guitone.qrc 58f1208faec323237f338722bf1f0efebf1e518d +++ res/guitone.qrc 43f2e30f288fbbed8a8153d7371a9bd98b3c2d23 @@ -7,7 +7,6 @@ icons/yellow_dot.png icons/green_dot.png icons/blue_dot.png - icons/arrow_down.png overlays/added.png overlays/dropped.png overlays/ignored.png ============================================================ --- src/model/GetAttributes.cpp dc6c51679ca31a631a45b94ef634cd3db5be4ac3 +++ src/model/GetAttributes.cpp 684f7ffa4ef7662c6f978613c7be040ad5cf3081 @@ -235,17 +235,13 @@ QVariant GetAttributes::headerData(int s { switch (section) { + case 0: return QVariant(QChar(9662)); // black arrow case 1: return QVariant(tr("Key")); case 2: return QVariant(tr("Value")); default: return QVariant(); } } - if (role == Qt::DecorationRole && section == 0) - { - return QVariant(QIcon(":/icons/arrow_down.png")); - } - return QVariant(); }