Ignore:
Timestamp:
Jul 29, 2010, 3:51:24 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Fixed QFileDialog: Don't increase the item height in the side bar by increasing icon size as this causes ugly icon scaling; use the item size hint instead and make this increase dynamic (depending on the normal item height) [vendor bug].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/dialogs/qsidebar_p.h

    r651 r765  
    7171     void initStyleOption(QStyleOptionViewItem *option,
    7272                          const QModelIndex &index) const;
     73     QSize sizeHint (const QStyleOptionViewItem &option,
     74                     const QModelIndex &index) const;
    7375};
    7476
Note: See TracChangeset for help on using the changeset viewer.