[Xfce4-commits] [apps/xfce4-screensaver] 01/01: Add frame to screensaver preview to make it feel more contained
noreply at xfce.org
noreply at xfce.org
Thu Nov 22 12:30:37 CET 2018
This is an automated email from the git hooks/post-receive script.
b l u e s a b r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/xfce4-screensaver.
commit d309ad21d53469aa2394084212a488891be079f7
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Thu Nov 22 06:30:31 2018 -0500
Add frame to screensaver preview to make it feel more contained
---
src/xfce4-screensaver-preferences.ui | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
diff --git a/src/xfce4-screensaver-preferences.ui b/src/xfce4-screensaver-preferences.ui
index 7f5b3cf..af9afd6 100644
--- a/src/xfce4-screensaver-preferences.ui
+++ b/src/xfce4-screensaver-preferences.ui
@@ -647,11 +647,23 @@ Simon Steinbeiß
</packing>
</child>
<child>
- <object class="GtkDrawingArea" id="saver_themes_preview_area">
- <property name="app_paintable">True</property>
+ <object class="GtkFrame">
+ <property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
- <property name="vexpand">True</property>
+ <property name="label_xalign">0</property>
+ <property name="shadow_type">in</property>
+ <child>
+ <object class="GtkDrawingArea" id="saver_themes_preview_area">
+ <property name="app_paintable">True</property>
+ <property name="can_focus">False</property>
+ <property name="hexpand">True</property>
+ <property name="vexpand">True</property>
+ </object>
+ </child>
+ <child type="label_item">
+ <placeholder/>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list