View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017058 | Scribus | User Interface | public | 2023-11-25 17:55 | 2023-12-24 10:00 |
Reporter | pmjdebruijn | Assigned To | jghali | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.6.0.svn | ||||
Fixed in Version | 1.6.0.svn | ||||
Summary | 0017058: ICC profile comboboxes too short | ||||
Description | In Color Management Preferences the five profile selection combo boxes are shorter than they need to be, sometimes cutting off ICC profile text, forcing people to actually click and drop down the combobox to be able to read the full profile name. The fix is trivial and attached. | ||||
Steps To Reproduce | File Preferences Color Management Document Profiles (the ComboBoxes width does not reach the right side of the window) | ||||
Tags | No tags attached. | ||||
Patch | Yes | ||||
|
colormanagementbase.patch (644 bytes)
diff -Nurpd a/scribus/ui/prefs_colormanagementbase.ui b/scribus/ui/prefs_colormanagementbase.ui --- a/scribus/ui/prefs_colormanagementbase.ui 2023-11-25 15:06:58.000000000 +0100 +++ b/scribus/ui/prefs_colormanagementbase.ui 2023-11-25 18:15:02.886767705 +0100 @@ -174,7 +174,7 @@ <item> <layout class="QFormLayout" name="formLayout"> <property name="fieldGrowthPolicy"> - <enum>QFormLayout::FieldsStayAtSizeHint</enum> + <enum>QFormLayout::AllNonFixedFieldsGrow</enum> </property> <property name="formAlignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
|
Applied, thanks! |
Date Modified | Username | Field | Change |
---|---|---|---|
2023-11-25 17:55 | pmjdebruijn | New Issue | |
2023-11-25 17:55 | pmjdebruijn | File Added: colormanagementbase.patch | |
2023-11-27 19:57 | jghali | Summary | ICC Profile ComboBoxes too short => ICC profile comboboxes too short |
2023-11-27 19:57 | jghali | Assigned To | => jghali |
2023-11-27 19:57 | jghali | Status | new => resolved |
2023-11-27 19:57 | jghali | Resolution | open => fixed |
2023-11-27 19:57 | jghali | Fixed in Version | => 1.6.0.svn |
2023-11-27 19:57 | jghali | Note Added: 0050527 | |
2023-12-24 10:00 | cbradney | Status | resolved => closed |