File: elementary-theme.patch

package info (click to toggle)
minder 2.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 9,624 kB
  • sloc: xml: 799; sh: 104; python: 87; ansic: 78; makefile: 5; tcl: 4
file content (13 lines) | stat: -rw-r--r-- 579 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/src/Application.vala	2019-06-10 15:43:20.733715669 +0000
+++ b/src/Application.vala	2019-06-10 15:43:21.418703307 +0000
@@ -44,6 +44,9 @@
     /* Add the application-specific icons */
     weak IconTheme default_theme = IconTheme.get_default();
     default_theme.add_resource_path( "/com/github/phase1geo/minder" );
+    
+    Gtk.Settings.get_default().set_property("gtk-theme-name", "elementary");
+    Gtk.Settings.get_default().set_property("gtk-icon-theme-name", "elementary");
 
     /* Create the main window */
     var appwin = new MainWindow( this, settings );