[gnome-calculator] buttons-programming: Put the convertion result in a squeezer
- From: Robert Roth <robertroth src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calculator] buttons-programming: Put the convertion result in a squeezer
- Date: Mon, 29 Mar 2021 17:34:55 +0000 (UTC)
commit e99b3a12cea1581da2fd5e7de02def7fa586e8d9
Author: Adrien Plazas <kekun plazas laposte net>
Date: Wed Mar 10 14:17:04 2021 +0100
buttons-programming: Put the convertion result in a squeezer
This makes the mode reach narrower sizes.
src/ui/buttons-programming.ui | 12 ++++++++++++
1 file changed, 12 insertions(+)
---
diff --git a/src/ui/buttons-programming.ui b/src/ui/buttons-programming.ui
index 48f1a8b2..6a098175 100644
--- a/src/ui/buttons-programming.ui
+++ b/src/ui/buttons-programming.ui
@@ -21,6 +21,11 @@
</items>
</object>
</child>
+ <child>
+ <object class="HdySqueezer">
+ <property name="visible">True</property>
+ <property name="transition-type">crossfade</property>
+ <property name="xalign">0</property>
<child>
<object class="GtkLabel" id="base_label">
<property name="visible">True</property>
@@ -29,6 +34,13 @@
<property name="halign">end</property>
<property name="label" comments="Example content">FF₁₆ 256₁₀</property>
</object>
+ </child>
+ <child>
+ <object class="GtkBox">
+ <property name="visible">True</property>
+ </object>
+ </child>
+ </object>
<packing>
<property name="expand">True</property>
</packing>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]