File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
-----------------------------------------------------------------------June-2018-----------------------------------------------------------------------------------------------------------------
2
2
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
8
8
-----------------------------------------------------------------------May-2018-----------------------------------------------------------------------------------------------------------------
9
9
20/05 - Added Filter Option to OpenGL Limits Section
10
10
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
15
15
-----------------------------------------------------------------------Apr-2018-----------------------------------------------------------------------------------------------------------------
16
16
21/04 - Better handling of Temporary files
17
17
15/04 - Initial es2_info support added in OpenGL Tab
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ def clickme(button):
107
107
os .system ("cat /tmp/gpu-viewer/OpenGL_Limits.txt | awk '{gsub(/=.*/,'True');print}' > /tmp/gpu-viewer/OpenGLLimitsLHS.txt" )
108
108
LimitsCompatTab = Gtk .Box ("spacing=10" )
109
109
LimitsNotebook .add (LimitsCompatTab )
110
- LimitsNotebook .set_tab_label (LimitsCompatTab ,Gtk .Label ("\t Compat .\t " ))
110
+ LimitsNotebook .set_tab_label (LimitsCompatTab ,Gtk .Label (" Compat .\t " ))
111
111
LimitsCompatFrame = Gtk .Frame ()
112
112
limitsCompatCombo = Gtk .ComboBoxText ()
113
113
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ notebook:backdrop label, notebook:backdrop image {
42
42
notebook > header {
43
43
border-width : 0 ;
44
44
border-color : rgba (0 , 0 , 0 , 0.15 );
45
- background-color : # E1E1E1 ;
45
+ background-color : # fffffa ;
46
46
background-clip : border-box;
47
47
}
48
48
You can’t perform that action at this time.
0 commit comments