View Issue Details

IDProjectCategoryView StatusLast Update
0017000ScribusUser Interfacepublic2023-09-11 20:34
Reporterpmjdebruijn Assigned Tocbradney  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.6.0.svn 
Fixed in Version1.6.0.svn 
Summary0017000: Document Items Attributes in Document Setup/Preferences
DescriptionCurrently, depending on theme/fonts/etc, the Document Items Attributes item in the ListView in the Document Setup and Preferences dialog doesn't behave particularly nicely, due to the ListView being ever so slightly too narrow.

Attached patch widens the dialog and the ListView by 10px, which results in solving the issue at least for me.
TagsNo tags attached.
PatchYes

Activities

pmjdebruijn

2023-08-14 16:41

reporter  

preferencesdialog-list-fix.patch (623 bytes)   
diff -Nurpd a/scribus/ui/preferencesdialogbase.ui b/scribus/ui/preferencesdialogbase.ui
--- a/scribus/ui/preferencesdialogbase.ui	2023-08-14 16:25:37.000000000 +0200
+++ b/scribus/ui/preferencesdialogbase.ui	2023-08-14 17:23:53.903511492 +0200
@@ -6,7 +6,7 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>919</width>
+    <width>929</width>
     <height>586</height>
    </rect>
   </property>
@@ -41,7 +41,7 @@
        </property>
        <property name="maximumSize">
         <size>
-         <width>200</width>
+         <width>210</width>
          <height>16777215</height>
         </size>
        </property>
scribus.png (22,679 bytes)   
scribus.png (22,679 bytes)   

ale

2023-08-14 18:15

manager   ~0050311

on my computer it works well as is...
which is not really relevant, but it's a sign that depending on the UI language and font (size) the problem will persist for other people.

personally, i would suggest to make the "cells" top aligned rather than making them 10 pt wider, then it would (imo) look nicer even if it text is on multiple lines.

cbradney

2023-08-22 16:10

administrator   ~0050327

I've added word wrap and top/left alignment . In most cases this is better however there are still some instances where larger spaces are left that seem out of our control for now.

Issue History

Date Modified Username Field Change
2023-08-14 16:41 pmjdebruijn New Issue
2023-08-14 16:41 pmjdebruijn File Added: preferencesdialog-list-fix.patch
2023-08-14 16:41 pmjdebruijn File Added: scribus.png
2023-08-14 18:15 ale Note Added: 0050311
2023-08-22 16:10 cbradney Note Added: 0050327
2023-08-22 16:10 cbradney Assigned To => cbradney
2023-08-22 16:10 cbradney Status new => resolved
2023-08-22 16:10 cbradney Resolution open => fixed
2023-08-22 16:10 cbradney Fixed in Version => 1.6.0.svn
2023-09-11 20:34 cbradney Status resolved => closed