[gnome-control-center] mouse: make all rows the same height
- From: Felipe Borges <felipeborges src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] mouse: make all rows the same height
- Date: Mon, 2 Nov 2015 14:18:27 +0000 (UTC)
commit e96a2bf340a166c4fb0695c8613ffbe565173386
Author: Felipe Borges <feborges redhat com>
Date: Thu Oct 29 15:41:43 2015 +0100
mouse: make all rows the same height
https://bugzilla.gnome.org/show_bug.cgi?id=756863
panels/mouse/gnome-mouse-properties.ui | 26 +++++++++++++++++++-------
1 files changed, 19 insertions(+), 7 deletions(-)
---
diff --git a/panels/mouse/gnome-mouse-properties.ui b/panels/mouse/gnome-mouse-properties.ui
index 33fb43f..68fd7c1 100644
--- a/panels/mouse/gnome-mouse-properties.ui
+++ b/panels/mouse/gnome-mouse-properties.ui
@@ -199,9 +199,9 @@
<property name="row_spacing">0</property>
<property name="column_spacing">32</property>
<property name="margin_start">12</property>
- <property name="margin_end">12</property>
- <property name="margin_top">12</property>
- <property name="margin_bottom">12</property>
+ <property name="margin_end">6</property>
+ <property name="margin_top">8</property>
+ <property name="margin_bottom">8</property>
<child>
<object class="GtkLabel" id="mouse-label">
<property name="visible">True</property>
@@ -232,6 +232,12 @@
</object>
</child>
</object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">0</property>
+ <property name="width">1</property>
+ <property name="height">2</property>
+ </packing>
</child>
</object>
</child>
@@ -460,11 +466,11 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="row_spacing">0</property>
- <property name="column_spacing">32</property>
+ <property name="column_spacing">16</property>
<property name="margin_start">12</property>
<property name="margin_end">6</property>
- <property name="margin_top">6</property>
- <property name="margin_bottom">6</property>
+ <property name="margin_top">8</property>
+ <property name="margin_bottom">8</property>
<child>
<object class="GtkLabel" id="touchpad-speed-label">
<property name="visible">True</property>
@@ -488,13 +494,19 @@
<property name="adjustment">adjustment11</property>
<property name="draw_value">False</property>
<property name="width-request">200</property>
- <property name="hexpand">True</property>
+ <property name="expand">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="touchpad_speed_scale-atkobject">
<property name="AtkObject::accessible-description"
translatable="yes">Double-click timeout</property>
</object>
</child>
</object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">0</property>
+ <property name="width">1</property>
+ <property name="height">2</property>
+ </packing>
</child>
</object>
</child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]