[gnome-music] Set minimum size for Window fixes #699809
- From: Seif Lotfy <seiflotfy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music] Set minimum size for Window fixes #699809
- Date: Thu, 9 May 2013 12:16:00 +0000 (UTC)
commit f48c4cf65dfccd5bdb203554d562d52466fe150a
Author: Seif Lotfy <seif lotfy com>
Date: Thu May 9 14:14:58 2013 +0200
Set minimum size for Window
fixes #699809
src/window.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/window.js b/src/window.js
index b730696..dfdf20d 100644
--- a/src/window.js
+++ b/src/window.js
@@ -42,7 +42,7 @@ const MainWindow = new Lang.Class({
hide_titlebar_when_maximized: true
});
- this.set_default_size(800, 640);
+ this.set_size_request(760, 640);
this._setupView();
},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]