summaryrefslogtreecommitdiffstats
path: root/system/lxdm/patches
diff options
context:
space:
mode:
author Sebastien BALLET <slacker6896@gmail.com>2017-08-18 15:18:49 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-08-19 07:10:35 +0700
commit27ad8067c08d00ecec9ee2cf6b46793432e0069a (patch)
treef45b02f3d9fcda37adcc9613b6b90dca2590eb41 /system/lxdm/patches
parent022d9939373a965dc30fc703a1568df6e5441b81 (diff)
downloadslackbuilds-27ad8067c08d00ecec9ee2cf6b46793432e0069a.tar.gz
slackbuilds-27ad8067c08d00ecec9ee2cf6b46793432e0069a.tar.xz
system/lxdm: Added a Slackware theme, cleanups.
Switch to build the gtk+3 version by default Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/lxdm/patches')
-rw-r--r--system/lxdm/patches/set_user_list_scrolled_min_content_height.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/system/lxdm/patches/set_user_list_scrolled_min_content_height.patch b/system/lxdm/patches/set_user_list_scrolled_min_content_height.patch
new file mode 100644
index 0000000000..3c266194a7
--- /dev/null
+++ b/system/lxdm/patches/set_user_list_scrolled_min_content_height.patch
@@ -0,0 +1,10 @@
+--- data/themes/Industrial/greeter-gtk3.ui.orig 2017-08-16 18:07:41.274011389 +0200
++++ data/themes/Industrial/greeter-gtk3.ui 2017-08-16 18:08:40.999009868 +0200
+@@ -67,6 +67,7 @@
+ <property name="can_focus">False</property>
+ <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
+ <property name="vscrollbar_policy">GTK_POLICY_NEVER</property>
++ <property name="min-content-height">100</property>
+ <child>
+ <object class="GtkIconView" id="user_list">
+ <property name="visible">True</property>