Skip to content
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.

Commit

Permalink
Add search to mapinfos
Browse files Browse the repository at this point in the history
  • Loading branch information
Speak2Erase committed Jun 2, 2022
1 parent e823dcf commit d0dd108
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 516 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@

# rspec failure tracking
.rspec_status
lib/luminol/ui/luminol.glade~
Binary file modified lib/luminol/gresources.bin
Binary file not shown.
11 changes: 10 additions & 1 deletion lib/luminol/ui/luminol.glade
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
<property name="can-focus">True</property>
<property name="shadow-type">in</property>
<property name="min-content-width">256</property>
<property name="min-content-height">512</property>
<property name="min-content-height">256</property>
<property name="max-content-width">256</property>
<property name="propagate-natural-height">True</property>
<child>
Expand All @@ -325,11 +325,20 @@
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="shadow-type">in</property>
<property name="min-content-width">256</property>
<property name="min-content-height">128</property>
<property name="propagate-natural-height">True</property>
<child>
<object class="GtkTreeView" id="map_infos">
<property name="height-request">128</property>
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can-focus">True</property>
<property name="tooltip-text" translatable="yes">Select from a list of maps.</property>
<property name="reorderable">True</property>
<property name="search-column">1</property>
<property name="enable-grid-lines">horizontal</property>
<property name="enable-tree-lines">True</property>
</object>
</child>
</object>
Expand Down
Loading

0 comments on commit d0dd108

Please sign in to comment.