[atomix] Avoid occasional resizing for long-named levels
- From: Robert Roth <robertroth src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [atomix] Avoid occasional resizing for long-named levels
- Date: Sat, 17 Jan 2015 23:27:15 +0000 (UTC)
commit c89bf59b730d590482a357ef4ce51a0e700463fa
Author: Robert Roth <robert roth off gmail com>
Date: Sun Jan 18 01:27:03 2015 +0200
Avoid occasional resizing for long-named levels
data/ui/interface.ui | 2 +-
src/goal-view.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/ui/interface.ui b/data/ui/interface.ui
index e178b24..7c8fc58 100644
--- a/data/ui/interface.ui
+++ b/data/ui/interface.ui
@@ -338,7 +338,7 @@
<property name="shadow_type">none</property>
<child>
<object class="GtkAlignment" id="preview_alignment">
- <property name="width_request">180</property>
+ <property name="width_request">200</property>
<property name="height_request">50</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
diff --git a/src/goal-view.c b/src/goal-view.c
index 085e9ae..6d03ea8 100644
--- a/src/goal-view.c
+++ b/src/goal-view.c
@@ -22,7 +22,7 @@
static GtkFixed *goal_fixed;
static Theme *goal_theme;
-#define SCALE_FACTOR 0.7
+#define SCALE_FACTOR 0.9
static GtkImage *create_small_item (gdouble x, gdouble y, Tile *tile);
static void render_view (Goal *goal);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]