Skip to content

Commit f33d201

Browse files
committedDec 27, 2018
V1.16 Kick Off
1 parent 45c4df3 commit f33d201

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎Files/About.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from gi.repository import Gtk, Gdk, Pango
77
from Common import setBackgroundColor, createScrollbar, setColumns, fetchImageFromUrl, getLinkButtonImg
88

9-
Title1 = ["About GPU-Viewer v1.15"]
9+
Title1 = ["About GPU-Viewer v1.16"]
1010
Title2 = ["Change Log"]
1111

1212

‎Files/Common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def __init__(self, title):
2121
theme = Gtk.CssProvider()
2222
theme.load_from_path("gtk.css")
2323
screen = Gdk.Screen.get_default()
24-
setting.set_property("gtk-theme-name", "Mint-Y")
24+
setting.set_property("gtk-theme-name", "adwaita")
2525
style_context = self.get_style_context()
2626
style_context.add_provider_for_screen(screen, theme, Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION)
2727

‎Files/GPUViewer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def main():
1818
# T1 = time.time()
1919

2020
os.system("mkdir /tmp/gpu-viewer")
21-
gtk = MyGtk("GPU-Viewer v1.15")
21+
gtk = MyGtk("GPU-Viewer v1.16")
2222
setScreenSize(gtk, Const.WIDTH_RATIO, Const.HEIGHT_RATIO1)
2323

2424
if isVulkanSupported():

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This project aims to capture all the important details of glxinfo, vulkaninfo an
66

77

88

9-
![screenshot from 2018-12-01 18-40-29](https://user-images.githubusercontent.com/30646692/49328570-14a59f00-f599-11e8-9591-11c1fcdaaa2e.png)
9+
![screenshot from 2018-12-22 19-29-31](https://user-images.githubusercontent.com/30646692/50467615-e82f4800-09c9-11e9-98d5-99daa6859403.png)
1010

1111
![screenshot from 2018-12-01 18-40-47](https://user-images.githubusercontent.com/30646692/49328576-271fd880-f599-11e8-95d3-d9db4b03e91b.png)
1212

0 commit comments

Comments
 (0)
Please sign in to comment.