[shotwell] Allow thinner minimum sidebar width (#718611)



commit a91a734442a00b4418f603adf36d896359ec0d1e
Author: Wolfgang Steitz <wsteitz gmail com>
Date:   Thu Mar 26 20:51:42 2015 +0100

    Allow thinner minimum sidebar width (#718611)

 src/library/LibraryWindow.vala |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/library/LibraryWindow.vala b/src/library/LibraryWindow.vala
index a756436..d61ce72 100644
--- a/src/library/LibraryWindow.vala
+++ b/src/library/LibraryWindow.vala
@@ -5,8 +5,7 @@
  */
 
 public class LibraryWindow : AppWindow {
-    public const int SIDEBAR_MIN_WIDTH = 224;
-    public const int SIDEBAR_MAX_WIDTH = 320;
+    public const int SIDEBAR_MIN_WIDTH = 120;
     
     public static int PAGE_MIN_WIDTH {
         get {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]