[gnome-text-editor] openpopover: fix frame around "No Recent Documents"
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-text-editor] openpopover: fix frame around "No Recent Documents"
- Date: Tue, 30 Nov 2021 08:02:17 +0000 (UTC)
commit 1b488707f5c6d015925d5cda38c2a664b5571640
Author: Christian Hergert <chergert redhat com>
Date: Tue Nov 30 00:02:13 2021 -0800
openpopover: fix frame around "No Recent Documents"
This way it looks the same as the search empty-state.
src/editor-open-popover.ui | 20 ++++++++++++++------
1 file changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/src/editor-open-popover.ui b/src/editor-open-popover.ui
index 71b04ea..98fdeeb 100644
--- a/src/editor-open-popover.ui
+++ b/src/editor-open-popover.ui
@@ -44,12 +44,20 @@
<property name="vhomogeneous">false</property>
<property name="hhomogeneous">false</property>
<child>
- <object class="GtkLabel" id="empty">
- <property name="label" translatable="yes">No Recent Documents</property>
- <property name="margin-start">6</property>
- <property name="margin-top">42</property>
- <property name="margin-bottom">42</property>
- <property name="margin-end">6</property>
+ <object class="GtkFrame" id="empty">
+ <property name="margin-top">12</property>
+ <property name="margin-bottom">12</property>
+ <property name="margin-start">12</property>
+ <property name="margin-end">12</property>
+ <child>
+ <object class="GtkLabel">
+ <property name="label" translatable="yes">No Recent Documents</property>
+ <property name="margin-start">6</property>
+ <property name="margin-top">42</property>
+ <property name="margin-bottom">42</property>
+ <property name="margin-end">6</property>
+ </object>
+ </child>
</object>
</child>
<child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]