White space tidy-up some of DialogFeatures
This commit is contained in:
parent
e4427b0333
commit
cf5a264b0e
|
@ -34,6 +34,7 @@
|
||||||
namespace GParted
|
namespace GParted
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
class DialogFeatures : public Gtk::Dialog
|
class DialogFeatures : public Gtk::Dialog
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
@ -90,6 +91,7 @@ private:
|
||||||
Glib::RefPtr<Gdk::Pixbuf> icon_yes, icon_no, icon_blank;
|
Glib::RefPtr<Gdk::Pixbuf> icon_yes, icon_no, icon_blank;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
} //GParted
|
} //GParted
|
||||||
|
|
||||||
#endif /* GPARTED_DIALOGFEATURES_H */
|
#endif /* GPARTED_DIALOGFEATURES_H */
|
||||||
|
|
Loading…
Reference in New Issue