Skip to content

Commit

Permalink
Some vseparators
Browse files Browse the repository at this point in the history
Updates #770
  • Loading branch information
shawnlaffan committed Oct 28, 2020
1 parent 81268a9 commit 1f1d10b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
4 changes: 3 additions & 1 deletion bin/BiodiverseGUI.pl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
BEGIN {
# make sure menubars are visible when running under Ubuntu Unity
$ENV{UBUNTU_MENUPROXY} = undef;

#$ENV{GTK_DEBUG} = 'interactive';
#$ENV{GTK_PATH} = 'C:\berrybrew\5.28.0_64_PDL\perl\site\share';
#$ENV{GTK_THEME} = 'Emacs';
# if running under PAR on a mac
if ($^O eq 'darwin' && $ENV{PAR_0}) {
say '++++';
Expand Down
26 changes: 16 additions & 10 deletions bin/ui/hboxOutputsPage.ui
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.36.0 -->
<interface>
<object class="GtkHBox" id="hboxOutputsPage">
<requires lib="gtk+" version="3.14"/>
<object class="GtkBox" id="hboxOutputsPage">
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
Expand All @@ -13,6 +15,9 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="enable_search">False</property>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
</child>
</object>
</child>
</object>
Expand All @@ -23,9 +28,10 @@
</packing>
</child>
<child>
<object class="GtkVSeparator" id="vseparator3">
<object class="GtkSeparator">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
</object>
<packing>
<property name="expand">False</property>
Expand All @@ -38,7 +44,7 @@
<object class="GtkAlignment" id="alignment7">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="yscale">0.92000001668930054</property>
<property name="yscale">0.9200000166893005</property>
<property name="top_padding">1</property>
<child>
<object class="GtkVButtonBox" id="vbuttonbox2">
Expand All @@ -54,7 +60,7 @@
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="receives_default">False</property>
<property name="tooltip-text" translatable="yes">Display selected item</property>
<property name="tooltip_text" translatable="yes">Display selected item</property>
<property name="use_underline">True</property>
</object>
<packing>
Expand All @@ -70,7 +76,7 @@
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="receives_default">False</property>
<property name="tooltip-text" translatable="yes">Export to other format</property>
<property name="tooltip_text" translatable="yes">Export to other format</property>
<property name="use_underline">True</property>
</object>
<packing>
Expand All @@ -87,7 +93,7 @@
<property name="can_default">True</property>
<property name="receives_default">True</property>
<property name="has_tooltip">True</property>
<property name="tooltip-text" translatable="yes">Rename selected item
<property name="tooltip_text" translatable="yes">Rename selected item
(not yet implemented for for randomisations)</property>
<property name="use_underline">True</property>
</object>
Expand All @@ -105,7 +111,7 @@
<property name="can_default">True</property>
<property name="receives_default">True</property>
<property name="has_tooltip">True</property>
<property name="tooltip-text" translatable="yes">Describe the selected basedata object
<property name="tooltip_text" translatable="yes">Describe the selected basedata object
(Outputs cannot yet be described)</property>
<property name="use_underline">True</property>
</object>
Expand Down Expand Up @@ -133,7 +139,7 @@
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="receives_default">False</property>
<property name="tooltip-text" translatable="yes">Delete item</property>
<property name="tooltip_text" translatable="yes">Delete item</property>
<property name="use_underline">True</property>
</object>
<packing>
Expand All @@ -148,7 +154,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">2</property>
<property name="position">3</property>
</packing>
</child>
</object>
Expand Down

0 comments on commit 1f1d10b

Please sign in to comment.