@b4n commented on this pull request.


In data/geany.glade:

> @@ -8739,13 +8739,31 @@
                   <placeholder/>
                 </child>
                 <child>
+                  <object class="GtkLabel" id="label26">
+                    <property name="visible">True</property>
+                    <property name="can_focus">False</property>
+                    <property name="xalign">0</property>
+                    <property name="label" translatable="yes">Note: To apply these settings to all currently open documents, use &lt;i&gt;Project-&gt;Apply Default Indentation&lt;/i&gt;.</property>
+                    <property name="use_markup">True</property>
+                    <property name="wrap">True</property>
+                    <property name="width_chars">64</property>

This works around the awfully buggy sizing code from GTK3's wrap-able labels (the reason why we do have GeanyWrapLabel on GTK3, but it's not (currently) usable from Glade)


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.