[polari] room-list: Fix room name alignment
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari] room-list: Fix room name alignment
- Date: Sun, 9 Oct 2016 16:15:59 +0000 (UTC)
commit f2ace41cbd53bd10ccbeb1c93ca8f805a8825291
Author: Florian Müllner <fmuellner gnome org>
Date: Fri Sep 16 18:37:28 2016 +0200
room-list: Fix room name alignment
The visibility of the icon preceding a channel name is supposed to
depend on whether the channel represents a room or a private chat,
however as the icon is not excluded from show_all(), this only works
as intended for rooms joined later. While the icon is still empty
for the original set of rooms, the spacing between icon and label
results in names being aligned differently.
https://bugzilla.gnome.org/show_bug.cgi?id=771728
data/resources/room-list-row.ui | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/resources/room-list-row.ui b/data/resources/room-list-row.ui
index 82ce35b..12df26c 100644
--- a/data/resources/room-list-row.ui
+++ b/data/resources/room-list-row.ui
@@ -17,7 +17,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkImage" id="icon">
- <property name="visible">True</property>
+ <property name="no-show-all">True</property>
<property name="valign">baseline</property>
<property name="icon-size">1</property>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]