projects
/
nethack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11e50e8
)
Qt4: Remove extra empty space from player selection
author
Pasi Kallinen
<paxed@alt.org>
Thu, 12 Oct 2017 10:43:46 +0000
(13:43 +0300)
committer
Pasi Kallinen
<paxed@alt.org>
Thu, 12 Oct 2017 10:43:46 +0000
(13:43 +0300)
win/Qt4/qt4plsel.cpp
patch
|
blob
|
history
diff --git
a/win/Qt4/qt4plsel.cpp
b/win/Qt4/qt4plsel.cpp
index c49b6981f2ee35278ccf07f13d2bba5f48ab4794..72859c423356ed0ed754ca24a3d8ed751a47bc71 100644
(file)
--- a/
win/Qt4/qt4plsel.cpp
+++ b/
win/Qt4/qt4plsel.cpp
@@
-184,9
+184,7
@@
NetHackQtPlayerSelector::NetHackQtPlayerSelector(NetHackQtKeyBuffer& ks) :
QGroupBox* alignbox = new QGroupBox("Alignment",this);
QButtonGroup *aligngroup = new QButtonGroup(this);
QVBoxLayout* vbgb = new QVBoxLayout(genderbox);
- vbgb->addSpacing(fontMetrics().height()*3/4);
QVBoxLayout* vbab = new QVBoxLayout(alignbox);
- vbab->addSpacing(fontMetrics().height());
QLabel* logo = new QLabel(nh_attribution, this);
l->addWidget( namebox, 0,0,1,3 );