View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0016334 | Scribus | User Interface | public | 2020-11-13 10:07 | 2021-03-21 15:34 |
| 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 | 0016334: Unify color picker button sizes in Preferences dialog | ||||
| Description | There are 3 color picker button row in Preferences dialog: - Guides > Colors - Display > Colors - Scripter: Console Except the Display > Color tabs all color buttons are not expanded. This patch unifies them. Original MR on Giltab: https://gitlab.com/scribus/scribus/-/merge_requests/24 Maybe the scroll widget can be removed from this interface. | ||||
| Tags | No tags attached. | ||||
| Attached Files | 5c97285d4627be8c14b99401915b682d97e61d5b.diff (634 bytes)
diff --git a/scribus/ui/prefs_displaybase.ui b/scribus/ui/prefs_displaybase.ui
index 6c8a6108e370255998070f1da07654d663fa9f10..806353475c197ff8058d7b621af94e63b79e6369 100644
--- a/scribus/ui/prefs_displaybase.ui
+++ b/scribus/ui/prefs_displaybase.ui
@@ -373,6 +373,9 @@
</rect>
</property>
<layout class="QFormLayout" name="formLayout_2">
+ <property name="fieldGrowthPolicy">
+ <enum>QFormLayout::FieldsStayAtSizeHint</enum>
+ </property>
<item row="0" column="0">
<widget class="QLabel" name="label_15">
<property name="text">
| ||||
| Patch | Yes | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2020-11-13 10:07 | bubu | New Issue | |
| 2020-11-13 10:07 | bubu | File Added: 5c97285d4627be8c14b99401915b682d97e61d5b.diff | |
| 2020-11-13 12:27 | jghali | Assigned To | => jghali |
| 2020-11-13 12:27 | jghali | Status | new => resolved |
| 2020-11-13 12:27 | jghali | Resolution | open => fixed |
| 2020-11-13 12:27 | jghali | Fixed in Version | => 1.5.7.svn |
| 2020-11-13 12:27 | jghali | Note Added: 0048401 | |
| 2021-03-21 15:34 | FirasH | Status | resolved => closed |
| 2021-03-21 15:34 | FirasH | Note Added: 0049039 |