Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
30df81c5
Commit
30df81c5
authored
Mar 05, 2010
by
Max-Wilhelm Bruker
Browse files
bla
parent
12321367
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/remotedecklist_treewidget.cpp
View file @
30df81c5
...
...
@@ -264,6 +264,7 @@ RemoteDeckList_TreeWidget::RemoteDeckList_TreeWidget(Client *_client, QWidget *p
connect
(
treeModel
,
SIGNAL
(
treeRefreshed
()),
this
,
SLOT
(
expandAll
()));
header
()
->
setResizeMode
(
QHeaderView
::
ResizeToContents
);
setUniformRowHeights
(
true
);
setSortingEnabled
(
true
);
proxyModel
->
sort
(
0
,
Qt
::
AscendingOrder
);
header
()
->
setSortIndicator
(
0
,
Qt
::
AscendingOrder
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment