[gnome-klotski] Correct expanding of the treeviews.



commit 6467ab6a8c07556239e6ed68f61804ae85163297
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Tue Mar 8 10:46:55 2016 +0100

    Correct expanding of the treeviews.

 data/klotski.css |    4 ++++
 data/klotski.ui  |    3 +++
 2 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/data/klotski.css b/data/klotski.css
index db00067..eedd2f7 100644
--- a/data/klotski.css
+++ b/data/klotski.css
@@ -29,7 +29,11 @@ stack#stack-packs > label {
   color: @theme_unfocused_selected_fg_color;
 }
 
+treeview.toggle-like-pixbuf {
+  margin-right:22px;      /* TODO hack 1/2 */
+}
 treeview.toggle-like-pixbuf check {
+  min-width:22px;         /* TODO hack 2/2 */
   background:transparent;
   border:none;
   -gtk-icon-source: none; /* TODO report bug about HighContrast, that shouldn’t set this */
diff --git a/data/klotski.ui b/data/klotski.ui
index 62fb088..27afd14 100644
--- a/data/klotski.ui
+++ b/data/klotski.ui
@@ -109,6 +109,7 @@
                     <child>
                       <object class="GtkTreeViewColumn">
                         <property name="title">Puzzle</property>
+                        <property name="expand">True</property>
                         <child>
                           <object class="GtkCellRendererText"/>
                           <attributes>
@@ -153,6 +154,7 @@
                     <child>
                       <object class="GtkTreeViewColumn">
                         <property name="title">Puzzle</property>
+                        <property name="expand">True</property>
                         <child>
                           <object class="GtkCellRendererText"/>
                           <attributes>
@@ -197,6 +199,7 @@
                     <child>
                       <object class="GtkTreeViewColumn">
                         <property name="title">Puzzle</property>
+                        <property name="expand">True</property>
                         <child>
                           <object class="GtkCellRendererText"/>
                           <attributes>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]