View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017414 | Scribus | User Interface | public | 2025-02-09 17:26 | 2025-02-12 20:22 |
Reporter | nitramr | Assigned To | nitramr | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | resolved | Resolution | reopened | ||
Platform | Desktop PC | OS | Ubuntu | OS Version | 24.10 64-bit |
Product Version | 1.7.1.svn | ||||
Fixed in Version | 1.7.1.svn | ||||
Summary | 0017414: Change icon of page size | ||||
Description | The "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 | ||||
Tags | No tags attached. | ||||
Patch | No | ||||
|
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); |
|
Patch didn't apply the xml change due to some conflict. I don't see this in the new doc dialog though. |
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 |