View Issue Details

IDProjectCategoryView StatusLast Update
0016490ScribusUser Interfacepublic2021-03-21 14:48
Reporterbubu Assigned Tojghali  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.5.7.svn 
Fixed in Version1.5.7.svn 
Summary0016490: Remove dead bottom space from XYZ and Shape tabs in Properties Palette
DescriptionAfter 0016489... I propose to remove the unnecessary 40px space from the bottom of XYZ and Shape tabs in Properties palette. See the attached patch and screenshot. If you wish the spacer can be completely removed.

Please review. Thanks.
TagsNo tags attached.
PatchNo

Relationships

child of 0013906 acknowledged Metabug: UI enhancement proposals (1.5.x.svn) 

Activities

bubu

2021-02-22 23:16

reporter  

0001-Remove-dead-bottom-space-from-XYZ-and-Shape-tabs-in-.patch (1,785 bytes)   
From a40050ccf9d26e309de6b167de267ff63a457490 Mon Sep 17 00:00:00 2001
Message-Id: <a40050ccf9d26e309de6b167de267ff63a457490.1614035694.git.bubu@ujevangelizacio.hu>
From: =?UTF-8?q?Gyuris=20Gell=C3=A9rt?= <bubu@ujevangelizacio.hu>
Date: Tue, 23 Feb 2021 00:14:20 +0100
Subject: [PATCH] Remove dead bottom space from XYZ and Shape tabs in
 Properties Palette

---
 scribus/ui/propertiespalette_shapebase.ui | 4 ++--
 scribus/ui/propertiespalette_xyzbase.ui   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/scribus/ui/propertiespalette_shapebase.ui b/scribus/ui/propertiespalette_shapebase.ui
index b2c287933..72ba06355 100644
--- a/scribus/ui/propertiespalette_shapebase.ui
+++ b/scribus/ui/propertiespalette_shapebase.ui
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>280</width>
-    <height>309</height>
+    <height>97</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -379,7 +379,7 @@
      <property name="sizeHint" stdset="0">
       <size>
        <width>20</width>
-       <height>40</height>
+       <height>0</height>
       </size>
      </property>
     </spacer>
diff --git a/scribus/ui/propertiespalette_xyzbase.ui b/scribus/ui/propertiespalette_xyzbase.ui
index e4821b0fd..5dfd00bb8 100644
--- a/scribus/ui/propertiespalette_xyzbase.ui
+++ b/scribus/ui/propertiespalette_xyzbase.ui
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>280</width>
-    <height>333</height>
+    <height>367</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -447,7 +447,7 @@
      <property name="sizeHint" stdset="0">
       <size>
        <width>20</width>
-       <height>40</height>
+       <height>0</height>
       </size>
      </property>
     </spacer>
-- 
2.27.0

pp_dead_space.gif (48,822 bytes)   
pp_dead_space.gif (48,822 bytes)   

jghali

2021-02-23 22:36

administrator   ~0048876

Applied, thanks!

FirasH

2021-03-21 14:48

developer   ~0048974

Thanks!
Fixed in 1.5.7.svn (24525)

Issue History

Date Modified Username Field Change
2021-02-22 23:16 bubu New Issue
2021-02-22 23:16 bubu File Added: 0001-Remove-dead-bottom-space-from-XYZ-and-Shape-tabs-in-.patch
2021-02-22 23:16 bubu File Added: pp_dead_space.gif
2021-02-23 05:32 PeterBenedek Relationship added child of 0013906
2021-02-23 22:36 jghali Assigned To => jghali
2021-02-23 22:36 jghali Status new => resolved
2021-02-23 22:36 jghali Resolution open => fixed
2021-02-23 22:36 jghali Fixed in Version => 1.5.7.svn
2021-02-23 22:36 jghali Note Added: 0048876
2021-03-21 14:48 FirasH Status resolved => closed
2021-03-21 14:48 FirasH Note Added: 0048974