diff options
| author | 2017-02-26 17:51:15 -0800 | |
|---|---|---|
| committer | 2017-02-26 17:51:15 -0800 | |
| commit | b250ce21b9a62cb573540fdb14f30c28fa66e6ad (patch) | |
| tree | ef55a0cd4a531a097de2152f563d712551972c4b /src/citra_qt/game_list.cpp | |
| parent | Merge pull request #2595 from jroweboy/patch (diff) | |
| parent | PerfStats: Re-order and document members better (diff) | |
| download | yuzu-b250ce21b9a62cb573540fdb14f30c28fa66e6ad.tar.gz yuzu-b250ce21b9a62cb573540fdb14f30c28fa66e6ad.tar.xz yuzu-b250ce21b9a62cb573540fdb14f30c28fa66e6ad.zip | |
Merge pull request #2587 from yuriks/status-bar
Replace built-in Profiler with indicators in status bar
Diffstat (limited to 'src/citra_qt/game_list.cpp')
| -rw-r--r-- | src/citra_qt/game_list.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/citra_qt/game_list.cpp b/src/citra_qt/game_list.cpp index db6f920ff..a9ec9e830 100644 --- a/src/citra_qt/game_list.cpp +++ b/src/citra_qt/game_list.cpp | |||
| @@ -45,6 +45,7 @@ GameList::GameList(QWidget* parent) : QWidget{parent} { | |||
| 45 | // with signals/slots. In this case, QList falls under the umbrells of custom types. | 45 | // with signals/slots. In this case, QList falls under the umbrells of custom types. |
| 46 | qRegisterMetaType<QList<QStandardItem*>>("QList<QStandardItem*>"); | 46 | qRegisterMetaType<QList<QStandardItem*>>("QList<QStandardItem*>"); |
| 47 | 47 | ||
| 48 | layout->setContentsMargins(0, 0, 0, 0); | ||
| 48 | layout->addWidget(tree_view); | 49 | layout->addWidget(tree_view); |
| 49 | setLayout(layout); | 50 | setLayout(layout); |
| 50 | } | 51 | } |