Fix the Editor's bottom toolbar, create a new MyProgressBar class to

make it's width stable, and add 2 pixel space between the main action
widgets (progress bar, preferences, full screen)
This commit is contained in:
Hombre
2016-01-10 01:35:27 +01:00
parent d460f5eae1
commit f344a2cee2
8 changed files with 185 additions and 77 deletions

View File

@@ -22,7 +22,7 @@
#include <gtkmm.h>
class ImageArea;
class ZoomPanel : public Gtk::HBox
class ZoomPanel : public Gtk::Grid
{
protected: