View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017484 | Scribus | User Interface | public | 2025-04-02 17:08 | 2025-04-02 17:08 |
Reporter | pmjdebruijn | Assigned To | |||
Priority | low | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 1.6.4.svn | ||||
Summary | 0017484: Save as PDF Compatibility Combobox Too Narrow | ||||
Description | The Compatibility Combobox sometimes ends up too narrow, probably due to specific theme/font choices... I'm guessing this is really a Qt bug? However, I've attached a trivial workaround patch... | ||||
Tags | No tags attached. | ||||
Patch | Yes | ||||
|
tabpdfversioncombo-width.patch (573 bytes)
diff --git a/scribus/ui/tabpdfoptions.ui b/scribus/ui/tabpdfoptions.ui index 96e573ee9..a47e232d2 100644 --- a/scribus/ui/tabpdfoptions.ui +++ b/scribus/ui/tabpdfoptions.ui @@ -165,6 +165,11 @@ </item> <item row="0" column="1" colspan="2"> <widget class="PdfVersionCombo" name="PDFVersionCombo"> + <property name="minimumSize"> + <size> + <width>150</width> + </size> + </property> <property name="editable"> <bool>false</bool> </property> |
Date Modified | Username | Field | Change |
---|---|---|---|
2025-04-02 17:08 | pmjdebruijn | New Issue | |
2025-04-02 17:08 | pmjdebruijn | File Added: scribus_save_as_pdf_compatibility_combobox.png | |
2025-04-02 17:08 | pmjdebruijn | File Added: tabpdfversioncombo-width.patch |