View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0017484 | Scribus | User Interface | public | 2025-04-02 17:08 | 2025-04-16 00:12 | 
| 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 | #cant reproduce | ||||
| Attached Files |  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>
 | ||||
| Patch | Yes | ||||
|  | @pmjdebruijn Which distro/desktop/qt style are you using ? | 
|  | Debian 12, XFCE 4.18, qt5-gtk2-platformtheme:amd64 5.0.0+git23.g335dbec-4+b7, with the Greybird GTK theme... This is pretty much identical to a default Xubuntu setup, which makes this configuration fairly common (relatively speaking)... | 
|  | I installed a Xubuntu 24.04 VM with the Gtk2 platform theme. Unfortunately I was unable to reproduce your issue. | 
| 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 | |
| 2025-04-03 21:12 | jghali | Note Added: 0052392 | |
| 2025-04-04 16:57 | pmjdebruijn | Note Added: 0052393 | |
| 2025-04-13 00:07 | jghali | Note Added: 0052430 | |
| 2025-04-16 00:12 | jghali | Tag Attached: #cant reproduce | 
