Skip to content

Commit

Permalink
fixed color button, now works with gtk 3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
GabMus committed Aug 28, 2016
1 parent 2711859 commit e055f3d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ui.glade
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<interface>
<requires lib="gtk+" version="3.20"/>
<requires lib="gtk+" version="3.18"/>
<object class="GtkAdjustment" id="brightnessAdjustment">
<property name="upper">100</property>
<property name="value">100</property>
Expand Down Expand Up @@ -273,7 +273,6 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="rgba">rgb(255,255,255)</property>
<property name="show_editor">True</property>
</object>
<packing>
<property name="expand">False</property>
Expand Down Expand Up @@ -313,7 +312,6 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="rgba">rgb(255,255,255)</property>
<property name="show_editor">True</property>
</object>
<packing>
<property name="expand">False</property>
Expand Down Expand Up @@ -468,7 +466,6 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="rgba">rgb(255,255,255)</property>
<property name="show_editor">True</property>
</object>
<packing>
<property name="expand">False</property>
Expand Down Expand Up @@ -560,7 +557,6 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="rgba">rgb(255,255,255)</property>
<property name="show_editor">True</property>
</object>
<packing>
<property name="expand">False</property>
Expand Down Expand Up @@ -754,7 +750,6 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="rgba">rgb(255,255,255)</property>
<property name="show_editor">True</property>
<signal name="color-set" handler="on_customColorPicker_color_set" swapped="no"/>
</object>
<packing>
Expand Down

0 comments on commit e055f3d

Please sign in to comment.