View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0016353 | Scribus | User Interface | public | 2020-11-25 11:28 | 2021-03-21 15:32 |
| 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 | 0016353: Missing line after "Guides" panel title in Preference dialog | ||||
| Description | Every panel title has a line after itself in Preferences.../Document Setup, except the "Guides". This patch adds the missing line. Please review the patch. | ||||
| Tags | No tags attached. | ||||
| Attached Files | guides_missing_line.diff (588 bytes)
diff --git a/scribus/ui/prefs_guidesbase.ui b/scribus/ui/prefs_guidesbase.ui
index f7e0eacac508a5254d16b10c6483d72e6f33ffd2..2b981898394adda85055a9f9c3d5afe9040f0524 100644
--- a/scribus/ui/prefs_guidesbase.ui
+++ b/scribus/ui/prefs_guidesbase.ui
@@ -28,6 +28,13 @@
</property>
</widget>
</item>
+ <item>
+ <widget class="Line" name="line">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ </widget>
+ </item>
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
| ||||
| Patch | Yes | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2020-11-25 11:28 | bubu | New Issue | |
| 2020-11-25 11:28 | bubu | File Added: guides_before_after.png | |
| 2020-11-25 11:28 | bubu | File Added: guides_missing_line.diff | |
| 2020-11-25 13:12 | jghali | Assigned To | => jghali |
| 2020-11-25 13:12 | jghali | Status | new => resolved |
| 2020-11-25 13:12 | jghali | Resolution | open => fixed |
| 2020-11-25 13:12 | jghali | Fixed in Version | => 1.5.7.svn |
| 2020-11-25 13:12 | jghali | Note Added: 0048489 | |
| 2020-11-25 13:54 | jghali | Product Version | => 1.5.7.svn |
| 2021-03-21 15:32 | FirasH | Status | resolved => closed |
| 2021-03-21 15:32 | FirasH | Note Added: 0049037 |