aboutsummaryrefslogtreecommitdiffstats
path: root/textedit.cpp
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2014-05-01 19:11:40 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2014-05-01 19:11:40 +0000
commitbab3f96772f44dbe9d153f4ca0575956405a4a9c (patch)
tree48fe9fda0791dd2437849847c6b3e94d6a83f061 /textedit.cpp
parentopen localized help file if available (diff)
parentupdated gpg-mac to 1.4.16 (diff)
downloadgpg4usb-bab3f96772f44dbe9d153f4ca0575956405a4a9c.tar.gz
gpg4usb-bab3f96772f44dbe9d153f4ca0575956405a4a9c.zip
merge 0.4-beta branch into trunk
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@1100 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'textedit.cpp')
-rw-r--r--textedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/textedit.cpp b/textedit.cpp
index 4dabfd1..5a5216c 100644
--- a/textedit.cpp
+++ b/textedit.cpp
@@ -38,7 +38,7 @@ TextEdit::TextEdit()
connect(tabWidget, SIGNAL(tabCloseRequested(int)), this, SLOT(removeTab(int)));
slotNewEditorPageTab();
setAcceptDrops(false);
- QPushButton *newButton = new QPushButton(QIcon(":button_plus.png"), "");
+ QPushButton *newButton = new QPushButton(QIcon(":button_plus.png").pixmap(QSize(16,16)), "");
tabWidget->setCornerWidget(newButton,Qt::TopLeftCorner);
connect(newButton, SIGNAL(clicked()), this, SLOT(slotNewEditorPageTab()));