[gnome-control-center] mouse: Remove width request and halign from scales
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] mouse: Remove width request and halign from scales
- Date: Tue, 18 Jan 2022 09:56:38 +0000 (UTC)
commit 0d79f99ae65c8249b0dec9e3bb5741c22632dc58
Author: Christopher Davis <christopherdavis gnome org>
Date: Sat Jan 15 00:32:39 2022 -0800
mouse: Remove width request and halign from scales
The width request prevented this panel from getting smaller,
and the halign caused the scales to use the minimum possible
width.
panels/mouse/cc-mouse-panel.ui | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/panels/mouse/cc-mouse-panel.ui b/panels/mouse/cc-mouse-panel.ui
index 0cacf9f83..d012920bd 100644
--- a/panels/mouse/cc-mouse-panel.ui
+++ b/panels/mouse/cc-mouse-panel.ui
@@ -79,8 +79,6 @@
<object class="GtkScale" id="mouse_speed_scale">
<property name="adjustment">mouse_speed_adjustment</property>
<property name="draw_value">False</property>
- <property name="width-request">300</property>
- <property name="halign">end</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<accessibility>
@@ -152,7 +150,6 @@
<property name="draw_value">False</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
- <property name="halign">end</property>
<accessibility>
<property name="label">Double-click timeout</property>
</accessibility>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]