[shotwell] Allow thinner minimum sidebar width (#718611)
- From: Wolfgang Steitz <wsteitz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell] Allow thinner minimum sidebar width (#718611)
- Date: Thu, 26 Mar 2015 19:52:17 +0000 (UTC)
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]