We was no more scaling icons depending on screen resolution, fix it
This commit is contained in:
@@ -25,22 +25,26 @@ grid = Grid()
|
||||
|
||||
frame_ActivityIcon = {
|
||||
'color' : IconColor('white'),
|
||||
'box-width' : grid.dimension(1)
|
||||
'box-width' : grid.dimension(1),
|
||||
'scale' : style.standard_icon_scale
|
||||
}
|
||||
|
||||
frame_OverlayIcon = {
|
||||
'box-width' : grid.dimension(1),
|
||||
'box-height' : grid.dimension(1)
|
||||
'box-height' : grid.dimension(1),
|
||||
'scale' : style.standard_icon_scale
|
||||
}
|
||||
|
||||
frame_ZoomIcon = {
|
||||
'box-width' : grid.dimension(1),
|
||||
'box-height' : grid.dimension(1)
|
||||
'box-height' : grid.dimension(1),
|
||||
'scale' : style.standard_icon_scale
|
||||
}
|
||||
|
||||
frame_BuddyIcon = {
|
||||
'box-width' : grid.dimension(1),
|
||||
'box-height' : grid.dimension(1)
|
||||
'box-height' : grid.dimension(1),
|
||||
'scale' : style.standard_icon_scale
|
||||
}
|
||||
|
||||
home_MyIcon = {
|
||||
|
||||
Reference in New Issue
Block a user