diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2017-07-09 16:14:39 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2017-07-09 16:14:39 +0000 |
| commit | 558941d03a4a9fe22de92952334f2ed3724e93f5 (patch) | |
| tree | 8e52a2ce7391effebfe630a93563a83eba72b750 /src/ui/widget/frame.cpp | |
| parent | Drop GdkWindow update stuff. Now handled automatically (diff) | |
| download | inkscape-558941d03a4a9fe22de92952334f2ed3724e93f5.tar.gz inkscape-558941d03a4a9fe22de92952334f2ed3724e93f5.zip | |
Update for Gtk alignment changes
Diffstat (limited to 'src/ui/widget/frame.cpp')
| -rw-r--r-- | src/ui/widget/frame.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/frame.cpp b/src/ui/widget/frame.cpp index 6593d9c7c..5371e56d2 100644 --- a/src/ui/widget/frame.cpp +++ b/src/ui/widget/frame.cpp @@ -21,7 +21,7 @@ namespace UI { namespace Widget { Frame::Frame(Glib::ustring const &label_text /*= ""*/, gboolean label_bold /*= TRUE*/ ) - : _label(label_text, 1.0, 0.5, TRUE) + : _label(label_text, Gtk::ALIGN_END, Gtk::ALIGN_CENTER, true) { set_shadow_type(Gtk::SHADOW_NONE); |
