summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/frame.cpp
diff options
context:
space:
mode:
authorAlexander Valavanis <valavanisalex@gmail.com>2017-07-09 16:14:39 +0000
committerAlexander Valavanis <valavanisalex@gmail.com>2017-07-09 16:14:39 +0000
commit558941d03a4a9fe22de92952334f2ed3724e93f5 (patch)
tree8e52a2ce7391effebfe630a93563a83eba72b750 /src/ui/widget/frame.cpp
parentDrop GdkWindow update stuff. Now handled automatically (diff)
downloadinkscape-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.cpp2
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);