Merge lp:~larsu/ubuntu-themes/flip-sort-indicators into lp:ubuntu-themes

Proposed by Lars Karlitski
Status: Merged
Approved by: Sebastien Bacher
Approved revision: 350
Merged at revision: 351
Proposed branch: lp:~larsu/ubuntu-themes/flip-sort-indicators
Merge into: lp:ubuntu-themes
Diff against target: 41 lines (+4/-0)
4 files modified
Ambiance/gtk-2.0/gtkrc (+1/-0)
Ambiance/gtk-3.0/settings.ini (+1/-0)
Radiance/gtk-2.0/gtkrc (+1/-0)
Radiance/gtk-3.0/settings.ini (+1/-0)
To merge this branch: bzr merge lp:~larsu/ubuntu-themes/flip-sort-indicators
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Sebastien Bacher Approve
Review via email: mp+209303@code.launchpad.net

Commit message

Set gtk-alternative-sort-arrows to true

The triangles used by the themes convey sort order better when flipped (pointing up is ascending).

Description of the change

Set gtk-alternative-sort-arrows to true

The triangles used by the themes convey sort order better when flipped (pointing up is ascending).

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

Great!

review: Approve
350. By Lars Karlitski

Set gtk-alternative-sort-order for gtk2 as well

Revision history for this message
Sebastien Bacher (seb128) wrote :

even better ;-)

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Ambiance/gtk-2.0/gtkrc'
2--- Ambiance/gtk-2.0/gtkrc 2012-08-08 13:46:38 +0000
3+++ Ambiance/gtk-2.0/gtkrc 2014-03-04 17:09:39 +0000
4@@ -3,6 +3,7 @@
5 gtk-icon-sizes = "panel-menu=22,22:gtk-button=16,16"
6
7 gtk-auto-mnemonics = 1
8+gtk-alternative-sort-arrows = 1
9
10 style "default" {
11 xthickness = 1
12
13=== modified file 'Ambiance/gtk-3.0/settings.ini'
14--- Ambiance/gtk-3.0/settings.ini 2011-06-17 16:21:03 +0000
15+++ Ambiance/gtk-3.0/settings.ini 2014-03-04 17:09:39 +0000
16@@ -1,3 +1,4 @@
17 [Settings]
18 gtk-color-scheme = "base_color:#ffffff\nbg_color:#f2f1f0\ntooltip_bg_color:#000000\nselected_bg_color:#f07746\ntext_color:#3C3C3C\nfg_color:#4c4c4c\ntooltip_fg_color:#ffffff\nselected_fg_color:#ffffff\nlink_color:#DD4814\nbg_color_dark:#3c3b37\nfg_color_dark:#dfdbd2"
19 gtk-auto-mnemonics = 1
20+gtk-alternative-sort-arrows = true
21
22=== modified file 'Radiance/gtk-2.0/gtkrc'
23--- Radiance/gtk-2.0/gtkrc 2012-08-08 13:46:38 +0000
24+++ Radiance/gtk-2.0/gtkrc 2014-03-04 17:09:39 +0000
25@@ -3,6 +3,7 @@
26 gtk-icon-sizes = "panel-menu=22,22:gtk-button=16,16"
27
28 gtk-auto-mnemonics = 1
29+gtk-alternative-sort-arrows = 1
30
31 style "default" {
32 xthickness = 1
33
34=== modified file 'Radiance/gtk-3.0/settings.ini'
35--- Radiance/gtk-3.0/settings.ini 2011-08-18 10:24:18 +0000
36+++ Radiance/gtk-3.0/settings.ini 2014-03-04 17:09:39 +0000
37@@ -1,3 +1,4 @@
38 [Settings]
39 gtk-color-scheme = "base_color:#ffffff\nbg_color:#f6f4f2\ntooltip_bg_color:#000000\nselected_bg_color:#f07746\ntext_color:#3C3C3C\nfg_color:#4c4c4c\ntooltip_fg_color:#ffffff\nselected_fg_color:#ffffff\nlink_color:#DD4814\nbg_color_dark:#3c3b37\nfg_color_dark:#dfdbd2"
40 gtk-auto-mnemonics = 1
41+gtk-alternative-sort-arrows = true

Subscribers

People subscribed via source and target branches