Update interface

This commit is contained in:
daleclack 2022-04-21 14:33:01 +08:00
parent e492fb78c9
commit 63bfda7371
2 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,7 @@
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="relief">none</property>
<property name="image-position">top</property>
<property name="always-show-image">True</property>
</object>
@ -49,6 +50,7 @@
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="relief">none</property>
<property name="image-position">top</property>
<property name="always-show-image">True</property>
</object>
@ -65,6 +67,7 @@
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="relief">none</property>
<property name="image-position">top</property>
<property name="always-show-image">True</property>
</object>
@ -81,6 +84,7 @@
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="relief">none</property>
<property name="image-position">top</property>
<property name="always-show-image">True</property>
</object>

View File

@ -22,6 +22,7 @@ ImageApp::ImageApp()
scale.signal_value_changed().connect(sigc::mem_fun(*this, &ImageApp::scale_changed));
// Add control widgets
btnopen.set_relief(Gtk::RELIEF_NONE);
btnbox.pack_start(scale);
btnbox.pack_start(btnopen, Gtk::PACK_SHRINK);
main_box.pack_start(btnbox, Gtk::PACK_SHRINK);