Hi, Under standard window manager (I use dwm) the shr-settings modules' windows are not maximized: maximization only happens under illume which force maximize those windows. This single line patch fixes the problem.
>From 56d7fc6f7a2c5c4af4b01f18bef7b627d3b810d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= <lukp...@o2.pl> Date: Tue, 22 Nov 2011 16:37:22 +0100 Subject: [PATCH] fix maximization of modules' windows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Łukasz Pankowski <lukp...@o2.pl> --- shr-settings | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/shr-settings b/shr-settings index caa3fa0..6645078 100755 --- a/shr-settings +++ b/shr-settings @@ -175,6 +175,7 @@ class ModulesWindow: self.box12.show() self.loading = elementary.Box(self.win2) + self.loading.size_hint_weight_set(1.0, 1.0) loadingframe = elementary.Frame(self.win2) loadingframe.style_set("outdent_bottom") loadingframe2 = elementary.Frame(self.win2) -- 1.7.7.3
_______________________________________________ Shr-devel mailing list Shr-devel@lists.shr-project.org http://lists.shr-project.org/mailman/listinfo/shr-devel