[beryl-commits] r2267 - branches/beryl-plugins/tile

pichalsi at server.beryl-project.org pichalsi at server.beryl-project.org
Tue Jan 2 12:47:43 CET 2007


Author: pichalsi
Date: 2007-01-02 11:47:42 +0000 (Tue, 02 Jan 2007)
New Revision: 2267

Modified:
   branches/beryl-plugins/tile/tile.c
Log:
beryl-plugins/tile: fix minimum width/height

Modified: branches/beryl-plugins/tile/tile.c
===================================================================
--- branches/beryl-plugins/tile/tile.c	2007-01-02 11:45:22 UTC (rev 2266)
+++ branches/beryl-plugins/tile/tile.c	2007-01-02 11:47:42 UTC (rev 2267)
@@ -95,8 +95,8 @@
 #define TILE_TYPE_CASCADE								4
 
 // Minimal width and height under which the window cant be resized
-#define MINIMUM_WIDTH 						150
-#define MINIMUM_HEIGHT						150
+#define MINIMUM_WIDTH 						25
+#define MINIMUM_HEIGHT						10
 
 #define NUM_OPTIONS(s) (sizeof ((s)->opt) / sizeof (CompOption))
 




More information about the commits mailing list