View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0016417 | Scribus | User Interface | public | 2021-01-08 19:05 | 2021-03-21 15:21 |
Reporter | bubu | Assigned To | jghali | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.5.7.svn | ||||
Fixed in Version | 1.5.7.svn | ||||
Summary | 0016417: Fix minimum size for Note Style Editor | ||||
Description | In this patch a propose to remove minimumSize declaration from Note Style Editor. See attached screenshot about weird layout. Please review it. Thanks. | ||||
Tags | No tags attached. | ||||
Patch | No | ||||
child of | 0013906 | acknowledged | Metabug: UI enhancement proposals (1.5.x.svn) |
|
0001-Fix-minimum-size-for-Note-Style-Editor.patch (1,376 bytes)
From 9ccd1586524086007a38e0db1789d8152b56ca96 Mon Sep 17 00:00:00 2001 Message-Id: <9ccd1586524086007a38e0db1789d8152b56ca96.1610132366.git.bubu@ujevangelizacio.hu> From: =?UTF-8?q?Gyuris=20Gell=C3=A9rt?= <bubu@ujevangelizacio.hu> Date: Fri, 8 Jan 2021 19:59:02 +0100 Subject: [PATCH] Fix minimum size for Note Style Editor --- scribus/ui/notesstyleseditor.ui | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/scribus/ui/notesstyleseditor.ui b/scribus/ui/notesstyleseditor.ui index b3bf87ea0..a4d84294e 100644 --- a/scribus/ui/notesstyleseditor.ui +++ b/scribus/ui/notesstyleseditor.ui @@ -16,16 +16,22 @@ <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> - <size> - <width>280</width> - <height>360</height> - </size> - </property> <property name="windowTitle"> <string>Notes Styles Editor</string> </property> <layout class="QGridLayout" name="gridLayout"> + <property name="leftMargin"> + <number>9</number> + </property> + <property name="topMargin"> + <number>9</number> + </property> + <property name="rightMargin"> + <number>9</number> + </property> + <property name="bottomMargin"> + <number>9</number> + </property> <item row="1" column="0"> <layout class="QVBoxLayout" name="verticalLayout"> <item> -- 2.27.0 |
|
Applied, thanks! |
|
Thanks! Fixed in 1.5.7.svn (24387) |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-01-08 19:05 | bubu | New Issue | |
2021-01-08 19:05 | bubu | File Added: 0001-Fix-minimum-size-for-Note-Style-Editor.patch | |
2021-01-08 19:05 | bubu | File Added: note_styles.gif | |
2021-01-09 06:39 | PeterBenedek | Relationship added | child of 0013906 |
2021-01-09 13:47 | jghali | Assigned To | => jghali |
2021-01-09 13:47 | jghali | Status | new => resolved |
2021-01-09 13:47 | jghali | Resolution | open => fixed |
2021-01-09 13:47 | jghali | Fixed in Version | => 1.5.6 |
2021-01-09 13:47 | jghali | Note Added: 0048656 | |
2021-03-21 15:21 | FirasH | Status | resolved => closed |
2021-03-21 15:21 | FirasH | Fixed in Version | 1.5.6 => 1.5.7.svn |
2021-03-21 15:21 | FirasH | Note Added: 0049013 |