mirror of
https://gitlab.gnome.org/GNOME/gitg
synced 2024-11-04 21:16:52 +00:00
diff-view-commit-details: Dim the committer label
The committer is much less important than the author. Apply a dimmed style to the commiter's label to make it less intrusive. Related: https://gitlab.gnome.org/GNOME/gitg/-/issues/440
This commit is contained in:
parent
d1dbdd1fb5
commit
6fc9e8cd4e
1 changed files with 3 additions and 0 deletions
|
@ -87,6 +87,9 @@
|
|||
<property name="ellipsize">end</property>
|
||||
<property name="use_markup">True</property>
|
||||
<property name="track_visited_links">False</property>
|
||||
<style>
|
||||
<class name="dim-label"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
|
|
Loading…
Reference in a new issue