[gnome-control-center/gbsneto/display-panel-redesign: 7/17] display: Adjust styling of arrangement widget
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/gbsneto/display-panel-redesign: 7/17] display: Adjust styling of arrangement widget
- Date: Thu, 13 Jan 2022 19:20:12 +0000 (UTC)
commit 335a51b31295c067925d318e215522cfc0717423
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Thu Jan 6 13:56:15 2022 -0300
display: Adjust styling of arrangement widget
Use the "card" style class to make it visually similar to
other elements of the panel.
panels/display/cc-display-panel.ui | 17 ++++-------------
1 file changed, 4 insertions(+), 13 deletions(-)
---
diff --git a/panels/display/cc-display-panel.ui b/panels/display/cc-display-panel.ui
index 8fe929f3c..8247b0948 100644
--- a/panels/display/cc-display-panel.ui
+++ b/panels/display/cc-display-panel.ui
@@ -49,19 +49,10 @@
<child>
<object class="AdwPreferencesGroup" id="arrangement_group">
<child>
- <object class="GtkBox">
- <property name="orientation">vertical</property>
- <property name="spacing">12</property>
- <child>
- <object class="GtkFrame">
- <child>
- <object class="AdwBin" id="arrangement_bin" />
- </child>
- <style>
- <class name="view"/>
- </style>
- </object>
- </child>
+ <object class="AdwBin" id="arrangement_bin">
+ <style>
+ <class name="card"/>
+ </style>
</object>
</child>
<accessibility>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]