View Issue Details

IDProjectCategoryView StatusLast Update
0017414ScribusUser Interfacepublic2025-02-12 20:22
Reporternitramr Assigned Tonitramr  
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionreopened 
PlatformDesktop PCOSUbuntuOS Version24.10 64-bit
Product Version1.7.1.svn 
Fixed in Version1.7.1.svn 
Summary0017414: Change icon of page size
DescriptionThe "single page" icon is currently used in different places for different things.

Once in preferences -> Page Sizes and secondly as "Single Page" in the "New Document" dialog
TagsNo tags attached.
PatchNo

Activities

nitramr

2025-02-09 17:26

developer  

pagesize_2025-02-09_01.patch (940 bytes)   
Index: resources/iconsets/1_7_0/1_7_0.xml
===================================================================
--- resources/iconsets/1_7_0/1_7_0.xml	(Revision 26679)
+++ resources/iconsets/1_7_0/1_7_0.xml	(Arbeitskopie)
@@ -416,6 +423,7 @@
 		<icon id="page-move" file="16/page-move.svg" />
 		<icon id="page-orientation-horizontal" file="16/page-orientation-horizontal.svg" />
 		<icon id="page-orientation-vertical" file="16/page-orientation-vertical.svg" />
+		<icon id="page-sizes" file="16/page-sizes.svg" />
 		
     
Index: scribus/ui/prefs_pagesizes.cpp
===================================================================
--- scribus/ui/prefs_pagesizes.cpp	(Revision 26679)
+++ scribus/ui/prefs_pagesizes.cpp	(Arbeitskopie)
@@ -21,7 +21,7 @@
 	setupUi(this);
 
 	m_caption = tr("Page Sizes");
-	m_icon = "16/page-simple.png";
+	m_icon = "page-sizes";
 
 	treeAvailableSizes->setColumnCount(2);
 	treeActiveSizes->setColumnCount(2);
page-sizes.svg (297 bytes)   
page-sizes.svg (297 bytes)   

cbradney

2025-02-12 20:22

administrator   ~0052044

Patch didn't apply the xml change due to some conflict.
I don't see this in the new doc dialog though.

Issue History

Date Modified Username Field Change
2025-02-09 17:26 nitramr New Issue
2025-02-09 17:26 nitramr File Added: pagesize_2025-02-09_01.patch
2025-02-09 17:26 nitramr File Added: page-sizes.svg
2025-02-12 20:08 cbradney Assigned To => cbradney
2025-02-12 20:08 cbradney Status new => resolved
2025-02-12 20:08 cbradney Resolution open => fixed
2025-02-12 20:08 cbradney Fixed in Version => 1.7.1.svn
2025-02-12 20:19 cbradney Assigned To cbradney => nitramr
2025-02-12 20:19 cbradney Status resolved => feedback
2025-02-12 20:19 cbradney Resolution fixed => reopened
2025-02-12 20:22 cbradney Status feedback => resolved
2025-02-12 20:22 cbradney Note Added: 0052044