[gnome-chess] ui: remove unnecessary size groups
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-chess] ui: remove unnecessary size groups
- Date: Mon, 24 Mar 2014 14:47:08 +0000 (UTC)
commit 53fdcacd19e3fd9d4c2d0ffb90b23d2f13e90285
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sun Mar 23 22:43:19 2014 -0500
ui: remove unnecessary size groups
The horizontal size group is exacerbating the horrible resizing
behavior as the clock ticks down. It's not the size group's fault that
this is broken, but the size group makes it 1634435x worse.
The vertical size group is simply unnecessary in 3.12. In 3.10 it is
needed for the header bar buttons to have the same height, but forces
the buttons into odd (non-square) shapes. Let's just remove it.
https://bugzilla.gnome.org/show_bug.cgi?id=726951
data/gnome-chess.ui | 17 -----------------
1 files changed, 0 insertions(+), 17 deletions(-)
---
diff --git a/data/gnome-chess.ui b/data/gnome-chess.ui
index 2ba68de..ddc786a 100644
--- a/data/gnome-chess.ui
+++ b/data/gnome-chess.ui
@@ -342,21 +342,4 @@
</object>
</child>
</object>
- <object class="GtkSizeGroup" id="nav_bar_sizegroup">
- <widgets>
- <widget name="left_nav_box"/>
- <widget name="right_nav_box"/>
- </widgets>
- </object>
- <object class="GtkSizeGroup" id="header_bar_buttons_sizegroup">
- <property name="mode">vertical</property>
- <widgets>
- <widget name="new_game_button"/>
- <widget name="undo_move_button"/>
- <widget name="pause_button"/>
- <widget name="gear_button"/>
- <widget name="save_game_button"/>
- <widget name="open_game_button"/>
- </widgets>
- </object>
</interface>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]