mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixing commit
This commit is contained in:
parent
73681d48b7
commit
9086f65dfa
@ -885,8 +885,8 @@ border-image: url(:/images/closepressed.png)
|
||||
<string>Tags</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../images.qrc">
|
||||
<normaloff>:/images/tag24.png</normaloff>:/images/tag24.png</iconset>
|
||||
<iconset resource="../icons.qrc">
|
||||
<normaloff>:/icons/mail/tags.png</normaloff>:/icons/mail/tags.png</iconset>
|
||||
</property>
|
||||
<property name="flat">
|
||||
<bool>true</bool>
|
||||
|
@ -219,7 +219,7 @@ PrintPreview::PrintPreview(const QTextDocument *document, QWidget *parent)
|
||||
|
||||
tb->addSeparator();
|
||||
|
||||
a = new QAction(QIcon("), tr("Zoom In"), this);
|
||||
a = new QAction(QIcon(""), tr("Zoom In"), this);
|
||||
connect(a, SIGNAL(triggered()), view, SLOT(zoomIn()));
|
||||
tb->addAction(a);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user