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
d653152b
Commit
d653152b
authored
Aug 14, 2009
by
marcus
Browse files
changed size of settings dialog
parent
12a151a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/dlg_settings.cpp
View file @
d653152b
...
...
@@ -249,8 +249,8 @@ DlgSettings::DlgSettings(CardDatabase *_db, QTranslator *_translator, QWidget *p
contentsWidget
->
setViewMode
(
QListView
::
IconMode
);
contentsWidget
->
setIconSize
(
QSize
(
96
,
84
));
contentsWidget
->
setMovement
(
QListView
::
Static
);
contentsWidget
->
setMinimumWidth
(
1
28
);
contentsWidget
->
setMaximumWidth
(
15
0
);
contentsWidget
->
setMinimumWidth
(
1
15
);
contentsWidget
->
setMaximumWidth
(
1
1
5
);
contentsWidget
->
setSpacing
(
12
);
pagesWidget
=
new
QStackedWidget
;
...
...
@@ -278,14 +278,14 @@ DlgSettings::DlgSettings(CardDatabase *_db, QTranslator *_translator, QWidget *p
QVBoxLayout
*
mainLayout
=
new
QVBoxLayout
;
mainLayout
->
addLayout
(
hboxLayout
);
mainLayout
->
addStretch
(
1
);
//
mainLayout->addStretch(1);
mainLayout
->
addSpacing
(
12
);
mainLayout
->
addLayout
(
buttonsLayout
);
setLayout
(
mainLayout
);
retranslateUi
();
resize
(
700
,
sizeHint
().
height
()
);
resize
(
700
,
450
);
}
void
DlgSettings
::
createIcons
()
...
...
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