View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0016391 | Scribus | User Interface | public | 2020-12-16 12:54 | 2021-03-21 15:27 |
| 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 | 0016391: Fix margins for Margins & Bleeds in Document Setup/Document Setup | ||||
| Description | This patch is a hotfix for r24297 reported in 0016362. I checked my previous issues and I found that Document Setup / Margins and Bleeds in Files > Preferences is fine, but in File > Document Setup is wrong. It has an "old style" scrollbar. Sorry. In this hotfix patch I propose a solution which in good in both places. Please review the patch. Thanks. | ||||
| Tags | No tags attached. | ||||
| Attached Files | documentsetup.diff (1,551 bytes)
diff --git a/scribus/ui/prefs_documentsetupbase.ui b/scribus/ui/prefs_documentsetupbase.ui
index c6e83f8f5eaaffc20d468fa969d787902fa60161..bf517a6fd3fc0248f3b90504e3164d7f8e1bb7e8 100644
--- a/scribus/ui/prefs_documentsetupbase.ui
+++ b/scribus/ui/prefs_documentsetupbase.ui
@@ -341,6 +341,18 @@
<string>Margins && Bleeds</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_3">
+ <property name="leftMargin">
+ <number>0</number>
+ </property>
+ <property name="topMargin">
+ <number>0</number>
+ </property>
+ <property name="rightMargin">
+ <number>0</number>
+ </property>
+ <property name="bottomMargin">
+ <number>0</number>
+ </property>
<item>
<widget class="QScrollArea" name="scrollArea">
<property name="frameShape">
@@ -365,18 +377,6 @@
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
- <property name="leftMargin">
- <number>0</number>
- </property>
- <property name="topMargin">
- <number>0</number>
- </property>
- <property name="rightMargin">
- <number>0</number>
- </property>
- <property name="bottomMargin">
- <number>0</number>
- </property>
<item>
<widget class="QLabel" name="marginsTitleLabel">
<property name="font">
| ||||
| Patch | Yes | ||||
| child of | 0013906 | acknowledged | Metabug: UI enhancement proposals (1.5.x.svn) |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2020-12-16 12:54 | bubu | New Issue | |
| 2020-12-16 12:54 | bubu | File Added: documentsetup.diff | |
| 2020-12-16 12:54 | bubu | File Added: documentsetup.gif | |
| 2020-12-17 08:12 | PeterBenedek | Relationship added | child of 0013906 |
| 2020-12-18 01:05 | jghali | Assigned To | => jghali |
| 2020-12-18 01:05 | jghali | Status | new => resolved |
| 2020-12-18 01:05 | jghali | Resolution | open => fixed |
| 2020-12-18 01:05 | jghali | Fixed in Version | => 1.5.7.svn |
| 2020-12-18 01:05 | jghali | Note Added: 0048586 | |
| 2021-03-21 15:27 | FirasH | Status | resolved => closed |
| 2021-03-21 15:27 | FirasH | Note Added: 0049023 |