viking-gps / viking

Viking is a free/open source program to manage GPS data (inc GPX, FIT, TCX and KML files). You can import and plot tracks, routes and waypoints, show OpenStreetMaps (OSM), Bing Aerial and other maps, generate Mapnik maps, geotag images, make new tracks, routes and waypoints, see real-time GPS position, etc. It is written mostly in C with GTK
http://sourceforge.net/projects/viking/
GNU General Public License v2.0
230 stars 56 forks source link

Some icons clearly smaller than others #259

Open jidanni opened 7 months ago

jidanni commented 7 months ago

v The icons between my red pen bars feel normal sized. The others seem shrunken.

rnorris commented 6 months ago

The icons on the left are internally 'GTK Stock' icons, whereas most/all of the ones between the red lines are Viking own defined icons. For GTK Stock icons, the actual icon displayed is dynamically set according to the Desktop Theme. For me, in using XCFE4 on Debian and Gnome on Ubuntu - the icons all seem to be the correct/equivalent size. So I don't really know why they are different for you, or if it is anything that Viking has control over.

jidanni commented 6 months ago

I'm just using an ordinary Chromebook.

rnorris commented 6 months ago

It looks like your icon theme in use is 'Adwaita', where these stock icons seem to have excess space around them. I don't know how/if possible to configure a Chromebook - but if you can change the icon theme to 'GNOME' or 'Tango' - then these stock icons seem to have a bigger central image. I tend to use the 'Tango' icon theme.

jidanni commented 6 months ago
$ sudo aptitude install tango-icon-theme

worked, but there is no clue on what to do next, anywhere.