View Issue Details

IDProjectCategoryView StatusLast Update
0013576ScribusUser Interfacepublic2015-11-30 21:01
ReporterFirasH Assigned ToFirasH  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.5.1svn 
Fixed in Version1.5.1svn 
Summary0013576: Fix wrong tooltip for Margins & Bleeds link button
DescriptionMargins and Bleeds link button in Preferences/Document Setup have the same tooltip. Fixed to match the correct behaviour as in "New Document" dialog.
Additional Information1.5.1.svn (20601)
TagsNo tags attached.
PatchYes

Activities

FirasH

2015-11-29 21:05

developer  

13576-Patch.diff (2,090 bytes)   

diff --git a/scribus/ui/newmarginwidget.cpp b/scribus/ui/newmarginwidget.cpp
--- a/scribus/ui/newmarginwidget.cpp
+++ b/scribus/ui/newmarginwidget.cpp
@@ -82,13 +82,15 @@
 		bottomMarginSpinBox->setToolTip( "<qt>" + tr( "Distance between the bottom margin guide and the edge of the page" ) + "</qt>");
 		leftMarginSpinBox->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>");
 		rightMarginSpinBox->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>");
+		marginLinkButton->setToolTip( "<qt>" + tr( "Ensure all margins have the same value" ) + "</qt>");
 	}
 	else
 	{
 		topMarginSpinBox->setToolTip( "<qt>" + tr( "Distance for bleed from the top of the physical page" ) + "</qt>" );
 		bottomMarginSpinBox->setToolTip( "<qt>" + tr( "Distance for bleed from the bottom of the physical page" ) + "</qt>" );
 		leftMarginSpinBox->setToolTip( "<qt>" + tr( "Distance for bleed from the left of the physical page" ) + "</qt>" );
 		rightMarginSpinBox->setToolTip( "<qt>" + tr( "Distance for bleed from the right of the physical page" )  + "</qt>");
+		marginLinkButton->setToolTip( "<qt>" + tr( "Ensure all bleeds have the same value" ) + "</qt>");
 	}
 	printerMarginsPushButton->setToolTip( "<qt>" + tr( "Import the margins for the selected page size from the available printers" ) + "</qt>");
 }
diff --git a/scribus/ui/newmarginwidgetbase.ui b/scribus/ui/newmarginwidgetbase.ui
--- a/scribus/ui/newmarginwidgetbase.ui
+++ b/scribus/ui/newmarginwidgetbase.ui
@@ -140,9 +140,6 @@
          <height>0</height>
         </size>
        </property>
-       <property name="toolTip">
-        <string>Ensure all margins have the same value</string>
-       </property>
        <property name="text">
         <string/>
        </property>
13576-Patch.diff (2,090 bytes)   

jghali

2015-11-30 20:14

administrator   ~0037744

Applied, thanks!

Kunda

2015-11-30 20:24

updater   ~0037745

Jghali committed Firash's patch in r20603

FirasH

2015-11-30 21:01

developer   ~0037747

Thanks jghali!
Fixed in 1.5.1.svn (20603).

Issue History

Date Modified Username Field Change
2015-11-29 21:03 FirasH New Issue
2015-11-29 21:05 FirasH File Added: 13576-Patch.diff
2015-11-29 23:48 Kunda Sticky Issue No => Yes
2015-11-30 20:14 jghali Note Added: 0037744
2015-11-30 20:14 jghali Status new => resolved
2015-11-30 20:14 jghali Fixed in Version => 1.5.1svn
2015-11-30 20:14 jghali Resolution open => fixed
2015-11-30 20:14 jghali Assigned To => FirasH
2015-11-30 20:15 jghali Sticky Issue Yes => No
2015-11-30 20:24 Kunda Note Added: 0037745
2015-11-30 21:01 FirasH Note Added: 0037747
2015-11-30 21:01 FirasH Status resolved => closed