Menu items fixed

presentation
Andreas Butti 7 years ago
parent d34f36dbea
commit 647e657b3f
  1. 1
      src/gui/toolbarMenubar/AbstractItem.cpp
  2. 38
      ui/about.glade

@ -10,6 +10,7 @@ AbstractItem::AbstractItem(string id, ActionHandler* handler, ActionType action,
this->menuSignalHandler = 0;
this->group = GROUP_NOGROUP;
this->enabled = true;
this->ignoreMenuCallback = false;
ActionEnabledListener::registerListener(handler);
ActionSelectionListener::registerListener(handler);

@ -79,11 +79,10 @@
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkLabel" id="lbComunity">
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">With help from the community
</property>
<property name="label" translatable="yes">&lt;b&gt;Authors:&lt;/b&gt;</property>
<property name="use_markup">True</property>
<property name="justify">center</property>
</object>
@ -107,10 +106,11 @@
</packing>
</child>
<child>
<object class="GtkLabel" id="label1">
<object class="GtkLabel" id="lbComunity">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">&lt;b&gt;Authors:&lt;/b&gt;</property>
<property name="label" translatable="yes">With help from the community
</property>
<property name="use_markup">True</property>
<property name="justify">center</property>
</object>
@ -120,6 +120,34 @@
<property name="position">2</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="lbLicense">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">License</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">3</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">GNU GPLv2 or later
</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">4</property>
</packing>
</child>
<child>
<placeholder/>
</child>

Loading…
Cancel
Save