View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0013321 | Scribus | User Interface | public | 2015-08-29 22:24 | 2015-08-30 14:54 |
Reporter | FirasH | Assigned To | FirasH | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.5.1svn | ||||
Fixed in Version | 1.5.1svn | ||||
Summary | 0013321: Add tooltip for chain icon in File > New | ||||
Description | Add tooltip for chain icon in File > New. | ||||
Tags | No tags attached. | ||||
Patch | Yes | ||||
2015-08-29 22:07
|
13197-Patch.diff (2,076 bytes)
diff --git a/scribus/ui/marginwidget.cpp b/scribus/ui/marginwidget.cpp --- a/scribus/ui/marginwidget.cpp +++ b/scribus/ui/marginwidget.cpp @@ -144,11 +144,12 @@ BleedBottom->setToolTip( "<qt>" + tr( "Distance for bleed from the bottom of the physical page" ) + "</qt>" ); BleedLeft->setToolTip( "<qt>" + tr( "Distance for bleed from the left of the physical page" ) + "</qt>" ); BleedRight->setToolTip( "<qt>" + tr( "Distance for bleed from the right of the physical page" ) + "</qt>"); - connect(linkBleeds, SIGNAL(clicked()), this, SLOT(slotLinkBleeds())); + linkBleeds->setToolTip( "<qt>" + tr( "Ensure all bleeds have the same value" ) + "</qt>"); connect(BleedLeft, SIGNAL(valueChanged(double)), this, SLOT(changeBleeds())); connect(BleedRight, SIGNAL(valueChanged(double)), this, SLOT(changeBleeds())); connect(BleedTop, SIGNAL(valueChanged(double)), this, SLOT(changeBleeds())); connect(BleedBottom, SIGNAL(valueChanged(double)), this, SLOT(changeBleeds())); + connect(linkBleeds, SIGNAL(clicked()), this, SLOT(slotLinkBleeds())); addTab(bleedPage, tr("Bleeds")); } @@ -157,8 +158,9 @@ bottomR->setToolTip( "<qt>" + tr( "Distance between the bottom margin guide and the edge of the page" ) + "</qt>"); leftR->setToolTip( "<qt>" + tr( "Distance between the left margin guide and the edge of the page. If a double-sided, 3 or 4-fold layout is selected, this margin space can be used to achieve the correct margins for binding.") + "</qt>"); rightR->setToolTip( "<qt>" + tr( "Distance between the right margin guide and the edge of the page. If a double-sided, 3 or 4-fold layout is selected, this margin space can be used to achieve the correct margins for binding.") + "</qt>"); + linkMargins->setToolTip( "<qt>" + tr( "Ensure all margins have the same value") + "</qt>"); - // signals&slots + // signals&slots connect(topR, SIGNAL(valueChanged(double)), this, SLOT(setTop())); connect(bottomR, SIGNAL(valueChanged(double)), this, SLOT(setBottom())); connect(leftR, SIGNAL(valueChanged(double)), this, SLOT(setLeft())); |
|
Thanks jghali! Committed in 1.5.1.svn (20352). |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-08-29 22:24 | FirasH | New Issue | |
2015-08-29 22:24 | FirasH | Status | new => assigned |
2015-08-29 22:24 | FirasH | Assigned To | => jghali |
2015-08-29 22:24 | FirasH | Issue generated from: 0013197 | |
2015-08-29 22:24 | FirasH | Patch | No => Yes |
2015-08-29 22:26 | Kunda | Relationship added | related to 0013197 |
2015-08-30 08:59 | cbradney | Status | assigned => resolved |
2015-08-30 08:59 | cbradney | Fixed in Version | => 1.5.1svn |
2015-08-30 08:59 | cbradney | Resolution | open => fixed |
2015-08-30 08:59 | cbradney | Assigned To | jghali => FirasH |
2015-08-30 14:54 | FirasH | Note Added: 0036123 | |
2015-08-30 14:54 | FirasH | Status | resolved => closed |