* 0001-KPasswordDialog-Reset-geometry-property.patch OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kwidgetsaddons?expand=0&rev=137
33 lines
877 B
Diff
33 lines
877 B
Diff
From 03981a052b1a8264cdd068a540ec2112879df157 Mon Sep 17 00:00:00 2001
|
|
From: Christoph Feck <cfeck@kde.org>
|
|
Date: Fri, 18 Aug 2017 01:46:59 +0200
|
|
Subject: [PATCH] [KPasswordDialog] Reset geometry property
|
|
|
|
The actual geometry is computed at runtime by the layout
|
|
---
|
|
src/kpassworddialog.ui | 8 --------
|
|
1 file changed, 8 deletions(-)
|
|
|
|
diff --git a/src/kpassworddialog.ui b/src/kpassworddialog.ui
|
|
index b1ad99c..9da02d8 100644
|
|
--- a/src/kpassworddialog.ui
|
|
+++ b/src/kpassworddialog.ui
|
|
@@ -2,14 +2,6 @@
|
|
<ui version="4.0">
|
|
<class>KPasswordDialog</class>
|
|
<widget class="QDialog" name="KPasswordDialog">
|
|
- <property name="geometry">
|
|
- <rect>
|
|
- <x>0</x>
|
|
- <y>0</y>
|
|
- <width>412</width>
|
|
- <height>328</height>
|
|
- </rect>
|
|
- </property>
|
|
<layout class="QVBoxLayout" name="vBoxLayout">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="hboxLayout">
|
|
--
|
|
2.13.2
|
|
|