[hitori] data: Prevent the window being resized
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [hitori] data: Prevent the window being resized
- Date: Tue, 16 Sep 2014 22:45:29 +0000 (UTC)
commit d186edd00188bfbc2c2462064a649d603af85051
Author: Philip Withnall <philip tecnocode co uk>
Date: Tue Sep 16 23:42:54 2014 +0100
data: Prevent the window being resized
This is a temporary fix for the fact that (for some reason) the window
doesn’t maximise properly. A better fix can be implemented once the
problem’s been investigated (and probably once the GtkDrawingArea has
been replaced with a proper GtkWidget for drawing the board, which
handles resizing correctly).
https://bugzilla.gnome.org/show_bug.cgi?id=736499
data/hitori.ui | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/data/hitori.ui b/data/hitori.ui
index 7e14d42..80991f8 100644
--- a/data/hitori.ui
+++ b/data/hitori.ui
@@ -66,6 +66,7 @@
</menu>
<object class="GtkApplicationWindow" id="hitori_main_window">
+ <property name="resizable">False</property>
<signal name="destroy" handler="hitori_destroy_cb"/>
<signal name="window-state-event" handler="hitori_window_state_event_cb"/>
<child type="titlebar">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]