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
|