Skip to content

Commit

Permalink
Use bullets instead of ellipses
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Dec 19, 2023
1 parent 8f25e27 commit d300d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avogadro/qtgui/scenepluginmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ QVariant ScenePluginModel::data(const QModelIndex& index_, int role) const
switch (role) {
case Qt::DisplayRole:
case Qt::EditRole:
return (item->setupWidget() != nullptr) ? "" : " ";
return (item->setupWidget() != nullptr) ? "•••" : " ";
case Qt::ToolTipRole:
case Qt::WhatsThisRole:
return tr("Settings");
Expand Down

0 comments on commit d300d74

Please sign in to comment.