View Issue Details

IDProjectCategoryView StatusLast Update
0016334ScribusUser Interfacepublic2021-03-21 15:34
Reporterbubu Assigned Tojghali  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.5.7.svn 
Fixed in Version1.5.7.svn 
Summary0016334: Unify color picker button sizes in Preferences dialog
DescriptionThere 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.
TagsNo tags attached.
PatchYes

Activities

bubu

2020-11-13 10:07

reporter  

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">

jghali

2020-11-13 12:27

administrator   ~0048401

Applied, thanks!

FirasH

2021-03-21 15:34

developer   ~0049039

Thanks!
Fixed in 1.5.7.svn (24232)

Issue History

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