Skip to content

Commit

Permalink
wrapper/ibus/setup: use GtkScale instead of deprecated GtkHScale
Browse files Browse the repository at this point in the history
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
  • Loading branch information
tchaikov committed Feb 28, 2021
1 parent cc5c447 commit 8a2c96e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wrapper/ibus/setup/setup.xml
Expand Up @@ -2610,7 +2610,7 @@
</packing>
</child>
<child>
<object class="GtkHScale" id="General/PageSize">
<object class="GtkScale" id="General/PageSize">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="adjustment">candidate_adjustment</property>
Expand All @@ -2624,7 +2624,7 @@
</packing>
</child>
<child>
<object class="GtkHScale" id="General/MemoryPower">
<object class="GtkScale" id="General/MemoryPower">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="adjustment">memory_adjustment</property>
Expand Down Expand Up @@ -2664,7 +2664,7 @@
</packing>
</child>
<child>
<object class="GtkHScale" id="General/MaxBest">
<object class="GtkScale" id="General/MaxBest">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="adjustment">max_best_adjustment</property>
Expand All @@ -2681,7 +2681,7 @@
</packing>
</child>
<child>
<object class="GtkHScale" id="General/MaxTailCandidate">
<object class="GtkScale" id="General/MaxTailCandidate">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="adjustment">max_tail_candidate_adjustment</property>
Expand Down

0 comments on commit 8a2c96e

Please sign in to comment.