[gnome-calendar] window: Setting window minimum height size
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] window: Setting window minimum height size
- Date: Fri, 9 Jan 2015 23:28:40 +0000 (UTC)
commit 7f95a80bce7f8e3486cc58b8cd12b8e01f295a3e
Author: Miguel Vaello <miguel vaellomartinez gmail com>
Date: Fri Jan 9 23:46:27 2015 +0100
window: Setting window minimum height size
Sets a minimum height size to the main window,
allowing always show whole calendar sheet.
This patch sets the "height_request" property directly into
data/ui/window.ui file avoiding the hard coded solution.
https://bugzilla.gnome.org/show_bug.cgi?id=742373
data/ui/window.ui | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/data/ui/window.ui b/data/ui/window.ui
index a7b23bf..9835d2e 100644
--- a/data/ui/window.ui
+++ b/data/ui/window.ui
@@ -7,6 +7,7 @@
<property name="window_position">center</property>
<property name="default_width">800</property>
<property name="default_height">600</property>
+ <property name="height_request">600</property>
<property name="show_menubar">False</property>
<signal name="key-press-event" handler="key_pressed" object="GcalWindow" swapped="no"/>
<signal name="window-state-event" handler="window_state_changed" object="GcalWindow" swapped="no"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]