Skip to content

Commit 73e19a0

Browse files
updated ReadMe
1 parent 3d909a9 commit 73e19a0

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Change Log

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
-----------------------------------------------------------------------June-2018-----------------------------------------------------------------------------------------------------------------
22
04/06 - Included all the required details for Surface Tab
3-
- Added RAM details to the device tab in Vulkan
4-
- New About Tab Icon
5-
- Minor UI changes added to gtk.CSS
6-
- Button Color changed
7-
- Increased the expander size from 16 to 19
3+
- Added RAM details to the device tab in Vulkan
4+
- New About Tab Icon
5+
- Minor UI changes added to gtk.CSS
6+
- Button Color changed
7+
- Increased the expander size from 16 to 19
88
-----------------------------------------------------------------------May-2018-----------------------------------------------------------------------------------------------------------------
99
20/05 - Added Filter Option to OpenGL Limits Section
1010
18/05 - Fixed Vendor dropdown length in OpenGL Tab
11-
- improved stability of the application , the application should no longer crash when launching
12-
- Minor UI fixes
13-
- OpenGL Limits section UI has been updated
14-
- launcher updated with Python3
11+
- improved stability of the application , the application should no longer crash when launching
12+
- Minor UI fixes
13+
- OpenGL Limits section UI has been updated
14+
- launcher updated with Python3
1515
-----------------------------------------------------------------------Apr-2018-----------------------------------------------------------------------------------------------------------------
1616
21/04 - Better handling of Temporary files
1717
15/04 - Initial es2_info support added in OpenGL Tab

Files/OpenGLViewer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def clickme(button):
107107
os.system("cat /tmp/gpu-viewer/OpenGL_Limits.txt | awk '{gsub(/=.*/,'True');print}' > /tmp/gpu-viewer/OpenGLLimitsLHS.txt")
108108
LimitsCompatTab = Gtk.Box("spacing=10")
109109
LimitsNotebook.add(LimitsCompatTab)
110-
LimitsNotebook.set_tab_label(LimitsCompatTab,Gtk.Label("\tCompat.\t"))
110+
LimitsNotebook.set_tab_label(LimitsCompatTab,Gtk.Label(" Compat.\t"))
111111
LimitsCompatFrame = Gtk.Frame()
112112
limitsCompatCombo = Gtk.ComboBoxText()
113113

Files/gtk.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ notebook:backdrop label, notebook:backdrop image {
4242
notebook > header {
4343
border-width: 0;
4444
border-color: rgba(0, 0, 0, 0.15);
45-
background-color: #E1E1E1;
45+
background-color: #fffffa;
4646
background-clip: border-box;
4747
}
4848

0 commit comments

Comments
 (0)