comparison ui/createcertlistdialog.cpp @ 1199:bd2cb6bdb1c5

(admin) Fixed translations and added whitespace between pushbutton icon and text.
author Emanuel Schuetze <emanuel@intevation.de>
date Tue, 23 Sep 2014 09:15:44 +0200
parents 75cd2fbf9ac6
children d009da9cfa10
comparison
equal deleted inserted replaced
1198:c072dda0b541 1199:bd2cb6bdb1c5
89 89
90 centerLayout->addLayout(labelLayout); 90 centerLayout->addLayout(labelLayout);
91 centerLayout->addLayout(fieldLayout); 91 centerLayout->addLayout(fieldLayout);
92 centerLayout->addLayout(buttonLayout); 92 centerLayout->addLayout(buttonLayout);
93 93
94 QPushButton *create = new QPushButton(tr("Save list")); 94 QPushButton *create = new QPushButton(" " + tr("Save list"));
95 connect(create, SIGNAL(clicked()), this, SLOT(createList())); 95 connect(create, SIGNAL(clicked()), this, SLOT(createList()));
96 QPushButton *cancel = new QPushButton(tr("Cancel")); 96 QPushButton *cancel = new QPushButton(" " + tr("Cancel"));
97 connect(cancel, SIGNAL(clicked()), this, SLOT(close())); 97 connect(cancel, SIGNAL(clicked()), this, SLOT(close()));
98 bottomLayout->insertStretch(0, 10); 98 bottomLayout->insertStretch(0, 10);
99 bottomLayout->addWidget(create); 99 bottomLayout->addWidget(create);
100 bottomLayout->addWidget(cancel); 100 bottomLayout->addWidget(cancel);
101 101

http://wald.intevation.org/projects/trustbridge/