pidgin/pidgin

Tweak general page in About dialog

15 months ago, Elliott Sales de Andrade
fea856f5eda6
Parents c99700b694ed
Children b4747dfd7c34
Tweak general page in About dialog

This makes it look similar to the Adwaita-styled boxed on the other pages.

Testing Done:
Opened About page and checked main page.

Reviewed at https://reviews.imfreedom.org/r/2195/
--- a/pidgin/resources/About/about.ui Mon Jan 16 22:05:03 2023 -0600
+++ b/pidgin/resources/About/about.ui Mon Jan 16 22:07:30 2023 -0600
@@ -48,12 +48,10 @@
</child>
<child>
<object class="GtkLabel" id="application_name">
+ <property name="css-classes">title-1</property>
<property name="label" translatable="1">Pidgin</property>
<property name="justify">center</property>
<property name="selectable">1</property>
- <attributes>
- <attribute name="weight" value="bold"></attribute>
- </attributes>
</object>
</child>
<child>
@@ -72,14 +70,25 @@
<property name="focusable">1</property>
<property name="hscrollbar-policy">never</property>
<child>
- <object class="TalkatuView" id="main_page">
- <property name="focusable">1</property>
- <property name="editable">0</property>
- <property name="margin-start">12</property>
- <property name="margin-end">12</property>
- <property name="wrap-mode">word</property>
- <property name="buffer">main_buffer</property>
- <signal name="open-url" handler="pidgin_about_dialog_open_url_cb" swapped="no"/>
+ <object class="AdwClamp">
+ <child>
+ <object class="GtkFrame">
+ <property name="css-classes">view</property>
+ <child>
+ <object class="TalkatuView" id="main_page">
+ <property name="focusable">1</property>
+ <property name="editable">0</property>
+ <property name="margin-top">12</property>
+ <property name="margin-bottom">12</property>
+ <property name="margin-start">12</property>
+ <property name="margin-end">12</property>
+ <property name="wrap-mode">word</property>
+ <property name="buffer">main_buffer</property>
+ <signal name="open-url" handler="pidgin_about_dialog_open_url_cb" swapped="no"/>
+ </object>
+ </child>
+ </object>
+ </child>
</object>
</child>
</object>