[nautilus/wip/apoos-maximus/gsoc2020: 25/29] properties-window: Set style with better text contrast
- From: António Fernandes <antoniof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/apoos-maximus/gsoc2020: 25/29] properties-window: Set style with better text contrast
- Date: Wed, 5 Aug 2020 13:48:13 +0000 (UTC)
commit ea6d8771ef72402c1895630699e66c5fad7f0ca1
Author: Apoorv Sachan <apoorv 99 sachan gmail com>
Date: Tue Jul 14 02:08:02 2020 +0530
properties-window: Set style with better text contrast
the outermost GtkBox is set to use 'view'
style class for a better contrast between
background and the dimmed title lables.
src/resources/ui/nautilus-file-properties-change-permissions.ui | 3 +++
src/resources/ui/nautilus-properties-window.ui | 3 +++
2 files changed, 6 insertions(+)
---
diff --git a/src/resources/ui/nautilus-file-properties-change-permissions.ui
b/src/resources/ui/nautilus-file-properties-change-permissions.ui
index ba1935203..d8e59e88f 100644
--- a/src/resources/ui/nautilus-file-properties-change-permissions.ui
+++ b/src/resources/ui/nautilus-file-properties-change-permissions.ui
@@ -23,6 +23,9 @@
<object class="GtkBox">
<property name="can-focus">False</property>
<property name="orientation">vertical</property>
+ <style>
+ <class name="view"/>
+ </style>
<child>
<object class="GtkGrid" id="change_permissions_grid">
<property name="visible">True</property>
diff --git a/src/resources/ui/nautilus-properties-window.ui b/src/resources/ui/nautilus-properties-window.ui
index 2f0e1c5b3..d65334264 100644
--- a/src/resources/ui/nautilus-properties-window.ui
+++ b/src/resources/ui/nautilus-properties-window.ui
@@ -1375,6 +1375,9 @@
<property name="position">0</property>
</packing>
</child>
+ <style>
+ <class name="view"/>
+ </style>
</object>
</child>
<child type="titlebar">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]