[gnome-music] Irrelevant cosmetic changes
- From: Cesar Garcia Tapia <ctapia src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music] Irrelevant cosmetic changes
- Date: Mon, 5 Nov 2012 14:46:52 +0000 (UTC)
commit 3df7242539d6476aae42ac94a8011ee19ecd19fe
Author: CÃsar GarcÃa Tapia <cesar garcia tapia openshine com>
Date: Mon Nov 5 15:46:33 2012 +0100
Irrelevant cosmetic changes
data/gtk-style.css | 6 ------
src/music-app.vala | 6 +++++-
2 files changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/data/gtk-style.css b/data/gtk-style.css
index 225c731..06aef5d 100644
--- a/data/gtk-style.css
+++ b/data/gtk-style.css
@@ -37,8 +37,6 @@
color: @theme_base_color;
}
-
-
.music-selection-mode .button.dark,
.music-selection-mode .button.dark:focus {
background-image: -gtk-gradient(linear, left top, left bottom,
@@ -53,9 +51,6 @@
color: @theme_base_color;
}
-
-
-
.music-selection-mode .button:hover {
background-image: -gtk-gradient(linear, left top, left bottom,
from(shade(@music_selection_button_a, 1.20)),
@@ -85,7 +80,6 @@
@button_gradient_color_b 40%,
@button_gradient_color_c
);
- background-color: transparent;
}
.music-albuminfo-artist {
diff --git a/src/music-app.vala b/src/music-app.vala
index 4349ab2..664fb25 100644
--- a/src/music-app.vala
+++ b/src/music-app.vala
@@ -40,7 +40,11 @@ private class Music.App {
public signal void search_mode_changed (bool search_enabled);
public Gtk.ApplicationWindow window;
- private bool maximized { get { return WindowState.MAXIMIZED in window.get_window ().get_state (); } }
+ private bool maximized {
+ get {
+ return WindowState.MAXIMIZED in window.get_window ().get_state ();
+ }
+ }
public GLib.Settings settings;
public Gtk.Box layout;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]