
While testing an AppImage, I noticed a thick border around the "Show All Files" in the File Open dialogue. This is because the background color for the actionbar is not defined, and if the internal padding is increased by the system theme, it's visible. Therefore we define the color. I also noticed that the GtkSwitch had a rectangle border rather than a rounded one. This patch defines the border radius as well.